From 9bd1109ef6abe9b7ff7a6f38b2fa23f180d675cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:10:30 +0000 Subject: [PATCH] chore(deps): Bump vrl from `3e1c7b0` to `536827d` Bumps [vrl](https://github.com/vectordotdev/vrl) from `3e1c7b0` to `536827d`. - [Commits](https://github.com/vectordotdev/vrl/compare/3e1c7b09feed72369dc11352f2dfb00c65fcb00b...536827d9e4b4124c423e171bd346ab5e6bbddcd1) --- updated-dependencies: - dependency-name: vrl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9935a44e9bdf8..b49d5b6647e00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7242,7 +7242,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes 1.7.2", "heck 0.5.0", - "itertools 0.11.0", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -7275,7 +7275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2 1.0.88", "quote 1.0.37", "syn 2.0.79", @@ -7288,7 +7288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.13.0", "proc-macro2 1.0.88", "quote 1.0.37", "syn 2.0.79", @@ -11035,7 +11035,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "vrl" version = "0.19.0" -source = "git+https://github.com/vectordotdev/vrl?branch=main#3e1c7b09feed72369dc11352f2dfb00c65fcb00b" +source = "git+https://github.com/vectordotdev/vrl?branch=main#536827d9e4b4124c423e171bd346ab5e6bbddcd1" dependencies = [ "aes", "ansi_term",