Skip to content

Commit

Permalink
rust: bump base64 from 0.22.0 to 0.22.1 in the rust group
Browse files Browse the repository at this point in the history
Bumps the rust group with 1 update: [base64](https://github.com/marshallpierce/rust-base64).


Updates `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
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 7c3b63a commit 667d8bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 keymanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cbor = { version = "0.5.1", package = "oasis-cbor" }

# Third party.
anyhow = "1.0"
base64 = "0.22.0"
base64 = "0.22.1"
futures = "0.3.25"
group = "0.13.0"
lazy_static = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bincode = "1.3.3"
snow = "0.9.6"
percent-encoding = "2.2.0"
chrono = "0.4.19"
base64 = "0.22.0"
base64 = "0.22.1"
rustc-hex = "2.0.1"
rand = "0.8.5"
futures = "0.3.25"
Expand Down

0 comments on commit 667d8bc

Please sign in to comment.