Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent 91f7449 commit 56c4b77
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ otlp-trace = ["opentelemetry/trace", "opentelemetry-otlp", "opentelemetry_sdk/tr
aes-gcm = "0.10.3"
async-lock = "3.2.0"
async-session = "3.0.0"
base64 = "0.21.5"
base64 = "0.21.7"
console-subscriber = "0.2.0"
email_address = "0.2.4"
fastrand = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ trillium-tokio = "0.3.4"
serde = "1.0.194"
email_address = "0.2.4"
humantime = "2.1.0"
base64 = "0.21.5"
base64 = "0.21.7"
time = { version = "0.3.31", features = [
"serde",
"serde-well-known",
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = []
admin = []

[dependencies]
base64 = "0.21.5"
base64 = "0.21.7"
email_address = "0.2.4"
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.111"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ uuid = { version = "1.7.0", features = ["v4", "fast-rng", "serde"] }
sea-orm = { version = "0.12.10", features = ["sqlx-sqlite"] }
pretty_assertions = "1.4.0"
rand = "0.8.5"
base64 = "0.21.5"
base64 = "0.21.7"
querystrong = "0.3.0"
test-harness = "0.2.0"

0 comments on commit 56c4b77

Please sign in to comment.