diff --git a/Cargo.lock b/Cargo.lock index a10b7361e2..ad9df39e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,9 +629,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-simd" @@ -659,7 +659,7 @@ version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "blowfish 0.9.1", "getrandom", "subtle", @@ -2363,7 +2363,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.6", "tokio", "tower-service", "tracing", @@ -3597,7 +3597,7 @@ version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "serde", ] @@ -3945,7 +3945,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f5eec97d5d34bdd17ad2db2219aabf46b054c6c41bd5529767c9ce55be5898f" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "logos 0.14.0", "miette", "once_cell", @@ -4512,7 +4512,7 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "rustls-pki-types", ] @@ -5171,7 +5171,7 @@ dependencies = [ "async-recursion", "async-std", "async-trait", - "base64 0.22.0", + "base64 0.22.1", "cache_control", "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 77c8fd0702..083687db41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ tailcall-macros = { path = "tailcall-macros" } tonic-types = "0.11.0" datatest-stable = "0.2.9" tokio-test = "0.4.4" -base64 = "0.22.0" +base64 = "0.22.1" [dev-dependencies]