From bca237b0247a80fa2fbc77057c2f606357c74882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:36:35 +0000 Subject: [PATCH] build(deps): Bump base64 from 0.21.2 to 0.21.3 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.21.3. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.21.3) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 601242d17..9776d525d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" [[package]] name = "base64" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" [[package]] name = "base64ct" @@ -1812,7 +1812,7 @@ dependencies = [ "async-trait", "atty", "backoff", - "base64 0.21.2", + "base64 0.21.3", "bytes", "chrono", "clap", @@ -1892,7 +1892,7 @@ version = "0.5.17" dependencies = [ "anyhow", "async-trait", - "base64 0.21.2", + "base64 0.21.3", "futures", "janus_aggregator_core", "janus_core", @@ -1923,7 +1923,7 @@ dependencies = [ "assert_matches", "async-trait", "backoff", - "base64 0.21.2", + "base64 0.21.3", "bytes", "chrono", "deadpool", @@ -2032,7 +2032,7 @@ dependencies = [ "anyhow", "assert_matches", "backoff", - "base64 0.21.2", + "base64 0.21.3", "chrono", "derivative", "fixed", @@ -2075,7 +2075,7 @@ version = "0.5.17" dependencies = [ "anyhow", "backoff", - "base64 0.21.2", + "base64 0.21.3", "futures", "hex", "http", @@ -2106,7 +2106,7 @@ version = "0.5.17" dependencies = [ "anyhow", "backoff", - "base64 0.21.2", + "base64 0.21.3", "clap", "fixed", "fixed-macro", @@ -2149,7 +2149,7 @@ version = "0.5.17" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.2", + "base64 0.21.3", "derivative", "hex", "num_enum", @@ -2167,7 +2167,7 @@ version = "0.5.17" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.2", + "base64 0.21.3", "cfg-if", "clap", "derivative", @@ -2222,7 +2222,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd990069640f9db34b3b0f7a1afc62a05ffaa3be9b66aa3c313f58346df7f788" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "bytes", "chrono", "http", @@ -2921,7 +2921,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "byteorder", "bytes", "fallible-iterator", @@ -2963,7 +2963,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9028a8aba9ba6b647c6d6931c20473d1119079a68d9898c07a488c5180dccb58" dependencies = [ "aes", - "base64 0.21.2", + "base64 0.21.3", "bitvec", "byteorder", "cmac", @@ -3239,7 +3239,7 @@ version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "bytes", "encoding_rs", "futures-core", @@ -3441,7 +3441,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", ] [[package]] @@ -4012,7 +4012,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482" dependencies = [ "atoi", - "base64 0.21.2", + "base64 0.21.3", "bitflags 2.3.3", "byteorder", "bytes", @@ -4054,7 +4054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e" dependencies = [ "atoi", - "base64 0.21.2", + "base64 0.21.3", "bitflags 2.3.3", "byteorder", "crc", @@ -4443,7 +4443,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.2", + "base64 0.21.3", "bytes", "futures-core", "futures-util", @@ -4492,7 +4492,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "bitflags 2.3.3", "bytes", "futures-core", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 78fdd50b2..efa6f2c29 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -37,7 +37,7 @@ async-trait = "0.1" anyhow.workspace = true atty = "0.2" backoff = { version = "0.4.0", features = ["tokio"] } -base64 = "0.21.2" +base64 = "0.21.3" bytes = "1.4.0" chrono.workspace = true clap = { version = "4.3.23", features = ["derive", "env"] } diff --git a/aggregator_api/Cargo.toml b/aggregator_api/Cargo.toml index 59a39776c..3f9d2b100 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.2" +base64 = "0.21.3" 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 c2b0a1147..22a1ca967 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.2" +base64 = "0.21.3" bytes = "1.4.0" chrono = "0.4" deadpool = { version = "0.9.5", features = ["rt_tokio_1"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 1a7574698..a07d3978c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -35,7 +35,7 @@ test-util = [ anyhow.workspace = true assert_matches = { version = "1", optional = true } backoff = { version = "0.4.0", features = ["tokio"] } -base64 = "0.21.2" +base64 = "0.21.3" 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 a06e0a0b6..4413b4669 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.2" +base64 = "0.21.3" futures = "0.3.28" hex = "0.4" http = "0.2" diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 8a37b6556..5e28ac1c6 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -25,7 +25,7 @@ testcontainer = [ [dependencies] anyhow.workspace = true backoff = { version = "0.4", features = ["tokio"] } -base64 = "0.21.2" +base64 = "0.21.3" clap = "4.3.23" futures = { version = "0.3.28", optional = true } fixed = { version = "1.23", optional = true } diff --git a/messages/Cargo.toml b/messages/Cargo.toml index bfa535a07..409875307 100644 --- a/messages/Cargo.toml +++ b/messages/Cargo.toml @@ -14,7 +14,7 @@ test-util = [] [dependencies] anyhow.workspace = true -base64 = "0.21.2" +base64 = "0.21.3" derivative = "2.2.0" hex = "0.4" num_enum = "0.7.0" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index a18493579..8902a8caf 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.2" +base64 = "0.21.3" clap = { version = "4.3.23", features = ["cargo", "derive", "env"] } derivative = "2.2.0" fixed = { version = "1.23", optional = true }