From 02828b6a00aca119b6077759be022e2bd5afb44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:53:18 +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 6d1b8137b..5b74f9939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,9 +379,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" @@ -1752,7 +1752,7 @@ dependencies = [ "async-trait", "atty", "backoff", - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "clap", @@ -1831,7 +1831,7 @@ version = "0.5.12-subscriber-01.5" dependencies = [ "anyhow", "async-trait", - "base64 0.21.3", + "base64 0.21.4", "futures", "janus_aggregator_core", "janus_core", @@ -1862,7 +1862,7 @@ dependencies = [ "assert_matches", "async-trait", "backoff", - "base64 0.21.3", + "base64 0.21.4", "bytes", "chrono", "deadpool", @@ -1969,7 +1969,7 @@ dependencies = [ "anyhow", "assert_matches", "backoff", - "base64 0.21.3", + "base64 0.21.4", "chrono", "derivative", "futures", @@ -2011,7 +2011,7 @@ version = "0.5.12-subscriber-01.5" dependencies = [ "anyhow", "backoff", - "base64 0.21.3", + "base64 0.21.4", "futures", "hex", "http", @@ -2042,7 +2042,7 @@ version = "0.5.12-subscriber-01.5" dependencies = [ "anyhow", "backoff", - "base64 0.21.3", + "base64 0.21.4", "clap", "futures", "hex", @@ -2083,7 +2083,7 @@ version = "0.5.12-subscriber-01.5" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.3", + "base64 0.21.4", "derivative", "hex", "num_enum", @@ -2101,7 +2101,7 @@ version = "0.5.12-subscriber-01.5" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.3", + "base64 0.21.4", "cfg-if", "clap", "derivative", @@ -2155,7 +2155,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", @@ -2845,7 +2845,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", @@ -2887,7 +2887,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a56fba2619e7437f0a092bc1c7b0fad6e54aef53a148475ef5e55c0a8603ed6a" dependencies = [ "aes", - "base64 0.21.3", + "base64 0.21.4", "byteorder", "cmac", "ctr", @@ -3129,7 +3129,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", @@ -3331,7 +3331,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]] @@ -3892,7 +3892,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", @@ -3934,7 +3934,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", @@ -4319,7 +4319,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.3", + "base64 0.21.4", "bytes", "futures-core", "futures-util", @@ -4368,7 +4368,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 603ffff12..60bec70a5 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -36,7 +36,7 @@ async-trait = "0.1" anyhow.workspace = true atty = "0.2" 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 f432bed67..1123431ac 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 034747d7b..c66a79439 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 4340ac1b7..111142cc1 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 } hex = { version = "0.4", optional = true } diff --git a/messages/Cargo.toml b/messages/Cargo.toml index 12ce35617..644aee5c0 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 55e613752..d81a4e725 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -10,7 +10,7 @@ version.workspace = true [dependencies] anyhow = "1" -base64 = "0.21.3" +base64 = "0.21.4" clap = { version = "4.4.1", features = ["cargo", "derive", "env"] } derivative = "2.2.0" janus_collector.workspace = true