diff --git a/Cargo.lock b/Cargo.lock index 671dc48fbc247..70f13a98996a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,9 +1378,9 @@ checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" [[package]] name = "base64" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105" +checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "base64-simd" @@ -1512,7 +1512,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af254ed2da4936ef73309e9597180558821cb16ae9bba4cb24ce6b612d8d80ed" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", "bollard-stubs", "bytes 1.4.0", "chrono", @@ -4361,7 +4361,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd990069640f9db34b3b0f7a1afc62a05ffaa3be9b66aa3c313f58346df7f788" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", "bytes 1.4.0", "chrono", "http", @@ -5536,7 +5536,7 @@ dependencies = [ "async-compat", "async-trait", "backon", - "base64 0.21.1", + "base64 0.21.2", "bytes 1.4.0", "chrono", "flagset", @@ -6760,7 +6760,7 @@ version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", "bytes 1.4.0", "encoding_rs", "futures-core", @@ -8443,7 +8443,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.1", + "base64 0.21.2", "bytes 1.4.0", "flate2", "futures-core", @@ -9131,7 +9131,7 @@ dependencies = [ "azure_identity", "azure_storage", "azure_storage_blobs", - "base64 0.21.1", + "base64 0.21.2", "bloom", "bollard", "bytes 1.4.0", @@ -9448,7 +9448,7 @@ version = "0.1.0" dependencies = [ "async-graphql", "async-trait", - "base64 0.21.1", + "base64 0.21.2", "bitmask-enum", "bytes 1.4.0", "chrono", @@ -9607,7 +9607,7 @@ dependencies = [ "anymap", "arbitrary", "base16", - "base64 0.21.1", + "base64 0.21.2", "bytes 1.4.0", "cbc", "cfb-mode", @@ -10169,7 +10169,7 @@ checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c" dependencies = [ "assert-json-diff", "async-trait", - "base64 0.21.1", + "base64 0.21.2", "deadpool", "futures 0.3.28", "futures-timer", diff --git a/Cargo.toml b/Cargo.toml index 47f28012e4213..23819aa9b0831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -233,7 +233,7 @@ arc-swap = { version = "1.6", default-features = false, optional = true } async-compression = { version = "0.4.0", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } apache-avro = { version = "0.14.0", default-features = false, optional = true } axum = { version = "0.6.18", default-features = false } -base64 = { version = "0.21.1", default-features = false, optional = true } +base64 = { version = "0.21.2", 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 } bytes = { version = "1.4.0", default-features = false, features = ["serde"] } @@ -343,7 +343,7 @@ azure_core = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b azure_identity = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest"] } azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] } azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] } -base64 = "0.21.1" +base64 = "0.21.2" criterion = { version = "0.5.0", features = ["html_reports", "async_tokio"] } itertools = { version = "0.10.5", default-features = false } libc = "0.2.144" diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 4df974f396b6e..c62ebed0d56d3 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -77,7 +77,7 @@ schannel = "0.1.21" prost-build = "0.11" [dev-dependencies] -base64 = "0.21.1" +base64 = "0.21.2" chrono-tz = { version = "0.8.2", default-features = false } criterion = { version = "0.5.0", features = ["html_reports"] } env-test-util = "1.0.1"