diff --git a/Cargo.lock b/Cargo.lock index fe4fb8d99e00a..63f9d687bbb5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10748,7 +10748,7 @@ dependencies = [ [[package]] name = "vector" -version = "0.43.0" +version = "0.43.1" dependencies = [ "apache-avro", "approx", @@ -11320,9 +11320,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "vrl" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6c66f9aa77c64c2f05d8786763098171f8631b736778c922ace99333b909781" +checksum = "ea6f5f954461e21cacc090537e49f1023c34b6d10e12030b40ca1821a43aca68" dependencies = [ "aes", "aes-siv", diff --git a/Cargo.toml b/Cargo.toml index b9dc4e0f38f5e..03dd78a1180d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector" -version = "0.43.0" +version = "0.43.1" authors = ["Vector Contributors "] edition = "2021" description = "A lightweight and ultra-fast tool for building observability pipelines" @@ -164,7 +164,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 = { version = "0.20.0", features = ["arbitrary", "cli", "test", "test_framework"] } +vrl = { version = "0.20.1", features = ["arbitrary", "cli", "test", "test_framework"] } [dependencies] pin-project.workspace = true