Skip to content

Commit

Permalink
build(deps): Bump base64 from 0.21.5 to 0.21.6
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.6.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.6)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 4f34f8f commit 226b953
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async-trait = "0.1"
anyhow.workspace = true
atty = "0.2"
backoff = { version = "0.4.0", features = ["tokio"] }
base64 = "0.21.5"
base64 = "0.21.6"
bytes = "1.5.0"
chrono.workspace = true
clap = { version = "4.4.14", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion aggregator_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
[dependencies]
anyhow.workspace = true
async-trait = "0.1"
base64 = "0.21.5"
base64 = "0.21.6"
derivative.workspace = true
janus_aggregator_core.workspace = true
janus_core.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
base64 = "0.21.6"
bytes = "1.5.0"
chrono = "0.4"
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
base64 = "0.21.6"
chrono = { workspace = true, features = ["clock"] }
derivative.workspace = true
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in-cluster = ["dep:k8s-openapi", "dep:kube"]
[dependencies]
anyhow.workspace = true
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21.5"
base64 = "0.21.6"
futures = "0.3.30"
hex = "0.4"
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ testcontainer = [
[dependencies]
anyhow.workspace = true
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21.5"
base64 = "0.21.6"
clap = "4.4.14"
derivative.workspace = true
futures = { version = "0.3.30", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-util = []

[dependencies]
anyhow.workspace = true
base64 = "0.21.5"
base64 = "0.21.6"
derivative.workspace = true
hex = "0.4"
num_enum = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fpvec_bounded_l2 = ["dep:fixed", "janus_collector/fpvec_bounded_l2", "prio/exper

[dependencies]
anyhow = "1"
base64 = "0.21.5"
base64 = "0.21.6"
clap = { version = "4.4.14", features = ["cargo", "derive", "env"] }
derivative.workspace = true
fixed = { version = "1.24", optional = true }
Expand Down

0 comments on commit 226b953

Please sign in to comment.