Skip to content

Commit

Permalink
build(deps): Bump base64 from 0.21.3 to 0.21.4
Browse files Browse the repository at this point in the history
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](marshallpierce/rust-base64@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 507bf35 commit 02828b6
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 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 @@ -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"] }
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.3"
base64 = "0.21.4"
janus_aggregator_core.workspace = true
janus_core.workspace = true
janus_messages.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.3"
base64 = "0.21.4"
bytes = "1.4.0"
chrono = "0.4"
deadpool = { version = "0.9.5", 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 @@ -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"
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.3"
base64 = "0.21.4"
futures = "0.3.28"
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 @@ -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 }
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.3"
base64 = "0.21.4"
derivative = "2.2.0"
hex = "0.4"
num_enum = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02828b6

Please sign in to comment.