Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 1fe6693 commit 1ad1f6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions rosey/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 rosey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ figment = { version = "0.10.7", features = ["env", "toml", "json", "yaml"] }
kuchiki = "0.8.1"
serde_json = { version = "1.0", features = ["preserve_order"] }
globwalk = "0.8.1"
base64 = "0.13.0"
base64 = "0.22.1"
sha2 = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
html5ever = "0.25.2"
Expand Down

0 comments on commit 1ad1f6c

Please sign in to comment.