Skip to content

Commit

Permalink
Bump base64 from 0.21.2 to 0.21.3 (#452)
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.21.3.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.2...v0.21.3)

---
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 Aug 29, 2023
1 parent ff8041d commit 02ac766
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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 @@ -20,7 +20,7 @@ members = [".", "migration", "client", "test-support", "cli"]
aes-gcm = "0.10.2"
async-lock = "2.8.0"
async-session = "3.0.0"
base64 = "0.21.2"
base64 = "0.21.3"
email_address = "0.2.4"
env_logger = "0.10.0"
fastrand = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trillium-tokio = "0.3.1"
serde = "1.0.188"
email_address = "0.2.4"
humantime = "2.1.0"
base64 = "0.21.2"
base64 = "0.21.3"
time = { version = "0.3.28", 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 @@ -12,7 +12,7 @@ default = ["admin"]
admin = []

[dependencies]
base64 = "0.21.2"
base64 = "0.21.3"
email_address = "0.2.4"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
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.4.1", features = ["v4", "fast-rng", "serde"] }
sea-orm = { version = "0.12.2", features = ["sqlx-sqlite"] }
pretty_assertions = "1.4.0"
rand = "0.8.5"
base64 = "0.21.2"
base64 = "0.21.3"
querystrong = "0.3.0"
test-harness = "0.1.1"

0 comments on commit 02ac766

Please sign in to comment.