From 7d0d72f9cf4eed3818071533fb9e58536b39c83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:39:39 +0000 Subject: [PATCH] build(deps): Bump base64 from 0.21.3 to 0.21.4 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] --- 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 dfc5d1140..01b21b197 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" @@ -1791,7 +1791,7 @@ dependencies = [ "assert_matches", "async-trait", "backoff", - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "clap", @@ -1869,7 +1869,7 @@ version = "0.6.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.3", + "base64 0.21.4", "futures", "janus_aggregator_core", "janus_core", @@ -1900,7 +1900,7 @@ dependencies = [ "assert_matches", "async-trait", "backoff", - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "deadpool", @@ -2009,7 +2009,7 @@ dependencies = [ "anyhow", "assert_matches", "backoff", - "base64 0.21.3", + "base64 0.21.4", "chrono", "derivative", "fixed", @@ -2051,7 +2051,7 @@ version = "0.6.0" dependencies = [ "anyhow", "backoff", - "base64 0.21.3", + "base64 0.21.4", "futures", "hex", "http", @@ -2082,7 +2082,7 @@ version = "0.6.0" dependencies = [ "anyhow", "backoff", - "base64 0.21.3", + "base64 0.21.4", "clap", "fixed", "fixed-macro", @@ -2124,7 +2124,7 @@ version = "0.6.0" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.3", + "base64 0.21.4", "derivative", "hex", "num_enum", @@ -2142,7 +2142,7 @@ version = "0.6.0" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.3", + "base64 0.21.4", "cfg-if", "clap", "derivative", @@ -2199,7 +2199,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", @@ -2898,7 +2898,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", @@ -2940,7 +2940,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", @@ -3216,7 +3216,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", @@ -3418,7 +3418,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]] @@ -3989,7 +3989,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", @@ -4031,7 +4031,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", @@ -4422,7 +4422,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.3", + "base64 0.21.4", "bytes", "futures-core", "futures-util", @@ -4471,7 +4471,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 6a10f1942..09defe7c3 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.4.0" chrono.workspace = true clap = { version = "4.4.1", 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 cf90d3838..09bb27a11 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.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 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 b5c4d8cd5..14097ec22 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 401552b59..40d6ee56c 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.1" 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 9d6d6c053..95a92d4e1 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.1", features = ["cargo", "derive", "env"] } derivative = "2.2.0" fixed = { version = "1.23", optional = true }