Skip to content

Commit

Permalink
Update base64 requirement from 0.21.2 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 20fcb79 commit 37ca2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
base64 = "0.21.2"
base64 = "0.22.0"
bzip2 = "0.4.4"
clap = { version = "4.2.5", features = ["derive"] }
directories = "5.0.0"
Expand All @@ -24,7 +24,7 @@ zip = { version = "0.6.4", features = ["deflate"] }
zstd = "0.13.0"

[build-dependencies]
base64 = "0.21.2"
base64 = "0.22.0"
flate2 = "1.0.26"
highway = "1.0.0"
rand = "0.8.5"
Expand Down

0 comments on commit 37ca2b3

Please sign in to comment.