From 866006ddbf2b7c0900a931a552153d6a203d1bd6 Mon Sep 17 00:00:00 2001 From: Jagmeet Bali Date: Tue, 21 Jul 2026 19:09:30 +0530 Subject: [PATCH] Update vrl dep --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb8eac2a2..0dc4e0c53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12977,7 +12977,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "vrl" version = "0.21.0" -source = "git+https://github.com/Observo-Inc/vrl.git?rev=f75c70c8dffc0874666f4998126a729b151a403c#f75c70c8dffc0874666f4998126a729b151a403c" +source = "git+https://github.com/Observo-Inc/vrl.git?rev=0b7ee95b6b4b4b0855553cee121f918655e24510#0b7ee95b6b4b4b0855553cee121f918655e24510" dependencies = [ "aes", "aes-siv", @@ -13002,7 +13002,7 @@ dependencies = [ "convert_case 0.6.0", "crc", "crypto_secretbox", - "csv", + "csv-core", "ctr", "data-encoding", "digest", diff --git a/Cargo.toml b/Cargo.toml index 1751ba214..cc9f9a57c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,7 +193,7 @@ vector-lib = { path = "lib/vector-lib", default-features = false, features = ["v vector-config = { path = "lib/vector-config" } vector-config-common = { path = "lib/vector-config-common" } vector-config-macros = { path = "lib/vector-config-macros" } -vrl = { git = "https://github.com/Observo-Inc/vrl.git", rev = "f75c70c8dffc0874666f4998126a729b151a403c", features = ["arbitrary", "cli", "test", "test_framework"] } +vrl = { git = "https://github.com/Observo-Inc/vrl.git", rev = "0b7ee95b6b4b4b0855553cee121f918655e24510", features = ["arbitrary", "cli", "test", "test_framework"] } wasserglas = { version = "0.1.0" } tracing = { version = "0.1.34", default-features = false } dyn-clone = { version = "1.0.17", default-features = false }