Skip to content

Commit

Permalink
Bump base64 from 0.22.0 to 0.22.1
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent dfa3643 commit 325dad4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 ocipkg-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../README.md"

[dependencies]
anyhow = "1.0.82"
base64 = "0.22.0"
base64 = "0.22.1"
cargo_metadata = "0.18.1"
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion ocipkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "../README.md"
[dependencies]
anyhow = "1.0.82"
base16ct = { version = "0.2.0", features = ["alloc"] }
base64 = "0.22.0"
base64 = "0.22.1"
chrono = "0.4.38"
directories = "5.0.1"
flate2 = "1.0.30"
Expand Down

0 comments on commit 325dad4

Please sign in to comment.