From 1a23d45f92715bd0b5949b35922a279649d3c6ea Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Thu, 7 Aug 2025 12:18:00 -0400 Subject: [PATCH 1/2] chore(deps): cargo update -p vrl --- Cargo.lock | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1534eb2c9f10c..0a3465e045218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3710,9 +3710,21 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fancy-regex" -version = "0.14.0" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6215aee357f8c7c989ebb4b8466ca4d7dc93b3957039f2fc3ea2ade8ea5f279" +dependencies = [ + "bit-set", + "derivative", + "regex-automata 0.4.8", + "regex-syntax 0.8.5", +] + +[[package]] +name = "fancy-regex" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" +checksum = "bf04c5ec15464ace8355a7b440a33aece288993475556d461154d7a62ad9947c" dependencies = [ "bit-set", "regex-automata 0.4.8", @@ -4817,7 +4829,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.4.10", "tokio", "tower-service", "tracing 0.1.41", @@ -5541,15 +5553,15 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.30.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d" +checksum = "24690c68dfcdde5980d676b0f1820981841016b1f29eecb4c42ad48ab4118681" dependencies = [ "ahash 0.8.11", "base64 0.22.1", "bytecount", "email_address", - "fancy-regex", + "fancy-regex 0.16.1", "fraction", "idna 1.0.3", "itoa", @@ -7994,7 +8006,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -8040,7 +8052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2 1.0.95", "quote 1.0.40", "syn 2.0.104", @@ -8671,9 +8683,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.30.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e" +checksum = "7a3d769362109497b240e66462606bc28af68116436c8669bac17069533b908e" dependencies = [ "ahash 0.8.11", "fluent-uri 0.3.2", @@ -12394,8 +12406,8 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "vrl" -version = "0.25.0" -source = "git+https://github.com/vectordotdev/vrl.git?branch=main#834e80187f508a48b06b4ea7cf0acf7dae81ebc9" +version = "0.26.0" +source = "git+https://github.com/vectordotdev/vrl.git?branch=main#40d3f6dfa395ef5dd306432e6cfd03af9966da00" dependencies = [ "aes", "aes-siv", @@ -12428,7 +12440,7 @@ dependencies = [ "dyn-clone", "encoding_rs", "exitcode", - "fancy-regex", + "fancy-regex 0.15.0", "flate2", "grok", "hex", From e3fb115275d8bb86cd6d94a90c12612f1eed3ae0 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Thu, 7 Aug 2025 12:18:23 -0400 Subject: [PATCH 2/2] chore(dev): cargo vdev build licenses --- LICENSE-3rdparty.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 577690bff65aa..f4c960eb06064 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -231,6 +231,7 @@ exitcode,https://github.com/benwilber/exitcode,Apache-2.0,Ben Wilber fallible-iterator,https://github.com/sfackler/rust-fallible-iterator,MIT OR Apache-2.0,Steven Fackler fancy-regex,https://github.com/fancy-regex/fancy-regex,MIT,"Raph Levien , Robin Stocker " +fancy-regex,https://github.com/fancy-regex/fancy-regex,MIT,"Raph Levien , Robin Stocker , Keith Hall " fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina ff,https://github.com/zkcrypto/ff,MIT OR Apache-2.0,"Sean Bowe , Jack Grigg " fiat-crypto,https://github.com/mit-plv/fiat-crypto,MIT OR Apache-2.0 OR BSD-1-Clause,Fiat Crypto library authors