diff --git a/Cargo.lock b/Cargo.lock index 58eaf465d4373..b3e2678a7ca9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,9 +1171,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.12" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f8ccfd9221ee7d1f3d4b33e1f8319b3a81ed8f61f2ea40b37b859794b4491" +checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" dependencies = [ "async-trait", "axum-core", @@ -1200,9 +1200,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e" +checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", "bytes 1.4.0", diff --git a/Cargo.toml b/Cargo.toml index e0ca1546cd12e..ab4156480e1ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ vrl-stdlib = { package = "vrl-stdlib", git = "https://github.com/vectordotdev/vr arc-swap = { version = "1.6", default-features = false, optional = true } async-compression = { version = "0.3.15", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } apache-avro = { version = "0.14.0", default-features = false, optional = true } -axum = { version = "0.6.7", default-features = false } +axum = { version = "0.6.18", default-features = false } base64 = { version = "0.21.0", default-features = false, optional = true } bloom = { version = "0.3.2", default-features = false, optional = true } bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true }