Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 260b657 commit f219ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand = "0.8.5"
js-sandbox = { version = "0.2.0-rc.2", optional = true }
md-5 = { version = "0.10.5", optional = true }
sha2 = { version = "0.10.7", optional = true }
base64 = { version = "0.21.0", optional = true }
base64 = { version = "0.21.4", optional = true }
urlencoding = { version = "2.1.3", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit f219ea3

Please sign in to comment.