From 23716cef6cef3564d7ea5622776fb7cd3f91df19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:27:40 +0000 Subject: [PATCH] build(deps): Bump base64 from 0.21.3 to 0.21.4 (#1906) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.4. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.3...v0.21.4) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ameer Ghani --- Cargo.lock | 38 ++++++++++++++++++------------------ aggregator/Cargo.toml | 2 +- aggregator_api/Cargo.toml | 2 +- aggregator_core/Cargo.toml | 2 +- core/Cargo.toml | 2 +- integration_tests/Cargo.toml | 2 +- interop_binaries/Cargo.toml | 2 +- messages/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37f58caf8..da22121e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,9 @@ checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" [[package]] name = "base64" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "base64ct" @@ -1788,7 +1788,7 @@ dependencies = [ "assert_matches", "async-trait", "backoff", - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "clap", @@ -1866,7 +1866,7 @@ version = "0.6.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.3", + "base64 0.21.4", "futures", "janus_aggregator_core", "janus_core", @@ -1897,7 +1897,7 @@ dependencies = [ "assert_matches", "async-trait", "backoff", - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "deadpool", @@ -2006,7 +2006,7 @@ dependencies = [ "anyhow", "assert_matches", "backoff", - "base64 0.21.3", + "base64 0.21.4", "chrono", "derivative", "fixed", @@ -2048,7 +2048,7 @@ version = "0.6.0" dependencies = [ "anyhow", "backoff", - "base64 0.21.3", + "base64 0.21.4", "futures", "hex", "http", @@ -2079,7 +2079,7 @@ version = "0.6.0" dependencies = [ "anyhow", "backoff", - "base64 0.21.3", + "base64 0.21.4", "clap", "fixed", "fixed-macro", @@ -2121,7 +2121,7 @@ version = "0.6.0" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.3", + "base64 0.21.4", "derivative", "hex", "num_enum", @@ -2139,7 +2139,7 @@ version = "0.6.0" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.3", + "base64 0.21.4", "cfg-if", "clap", "derivative", @@ -2196,7 +2196,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd990069640f9db34b3b0f7a1afc62a05ffaa3be9b66aa3c313f58346df7f788" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "http", @@ -2895,7 +2895,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "byteorder", "bytes", "fallible-iterator", @@ -2937,7 +2937,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4a65c4a557b2fecb8518c105aafadf33a86d7513a3f599bcfe542c17553cc61" dependencies = [ "aes", - "base64 0.21.3", + "base64 0.21.4", "bitvec", "byteorder", "cmac", @@ -3213,7 +3213,7 @@ version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "bytes", "encoding_rs", "futures-core", @@ -3415,7 +3415,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", ] [[package]] @@ -3986,7 +3986,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482" dependencies = [ "atoi", - "base64 0.21.3", + "base64 0.21.4", "bitflags 2.3.3", "byteorder", "bytes", @@ -4028,7 +4028,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e" dependencies = [ "atoi", - "base64 0.21.3", + "base64 0.21.4", "bitflags 2.3.3", "byteorder", "crc", @@ -4408,7 +4408,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.3", + "base64 0.21.4", "bytes", "futures-core", "futures-util", @@ -4457,7 +4457,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "bitflags 2.3.3", "bytes", "futures-core", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 26d16a72b..358720736 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -35,7 +35,7 @@ test-util = [ async-trait = "0.1" anyhow.workspace = true backoff = { version = "0.4.0", features = ["tokio"] } -base64 = "0.21.3" +base64 = "0.21.4" bytes = "1.5.0" chrono.workspace = true clap = { version = "4.4.2", features = ["derive", "env"] } diff --git a/aggregator_api/Cargo.toml b/aggregator_api/Cargo.toml index 8565275ed..3db907dbd 100644 --- a/aggregator_api/Cargo.toml +++ b/aggregator_api/Cargo.toml @@ -11,7 +11,7 @@ version.workspace = true [dependencies] anyhow.workspace = true async-trait = "0.1" -base64 = "0.21.3" +base64 = "0.21.4" janus_aggregator_core.workspace = true janus_core.workspace = true janus_messages.workspace = true diff --git a/aggregator_core/Cargo.toml b/aggregator_core/Cargo.toml index de3314757..7b35e2369 100644 --- a/aggregator_core/Cargo.toml +++ b/aggregator_core/Cargo.toml @@ -16,7 +16,7 @@ test-util = ["dep:hex", "dep:sqlx", "dep:testcontainers", "janus_core/test-util" anyhow.workspace = true async-trait = "0.1" backoff = { version = "0.4.0", features = ["tokio"] } -base64 = "0.21.3" +base64 = "0.21.4" bytes = "1.5.0" chrono = "0.4" deadpool = { version = "0.9.5", features = ["rt_tokio_1"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 1401945fe..d88743a1a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -34,7 +34,7 @@ test-util = [ anyhow.workspace = true assert_matches = { version = "1", optional = true } backoff = { version = "0.4.0", features = ["tokio"] } -base64 = "0.21.3" +base64 = "0.21.4" chrono = { workspace = true, features = ["clock"] } derivative = "2.2.0" futures = "0.3.28" diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 043ac6ece..81c131b97 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -14,7 +14,7 @@ in-cluster = ["dep:k8s-openapi", "dep:kube"] [dependencies] anyhow.workspace = true backoff = { version = "0.4", features = ["tokio"] } -base64 = "0.21.3" +base64 = "0.21.4" futures = "0.3.28" hex = "0.4" http = "0.2" diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 8e5d049ab..c570baeb8 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -24,7 +24,7 @@ testcontainer = [ [dependencies] anyhow.workspace = true backoff = { version = "0.4", features = ["tokio"] } -base64 = "0.21.3" +base64 = "0.21.4" clap = "4.4.2" futures = { version = "0.3.28", optional = true } fixed = { version = "1.23", optional = true } diff --git a/messages/Cargo.toml b/messages/Cargo.toml index 571137196..c3b30f9bb 100644 --- a/messages/Cargo.toml +++ b/messages/Cargo.toml @@ -14,7 +14,7 @@ test-util = [] [dependencies] anyhow.workspace = true -base64 = "0.21.3" +base64 = "0.21.4" derivative = "2.2.0" hex = "0.4" num_enum = "0.7.0" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 390de7ea4..6a8650bea 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -13,7 +13,7 @@ fpvec_bounded_l2 = ["dep:fixed", "janus_collector/fpvec_bounded_l2", "prio/exper [dependencies] anyhow = "1" -base64 = "0.21.3" +base64 = "0.21.4" clap = { version = "4.4.2", features = ["cargo", "derive", "env"] } derivative = "2.2.0" fixed = { version = "1.23", optional = true }