Skip to content

Commit

Permalink
Merge pull request #5670 from oasisprotocol/dependabot/cargo/rust-bbc…
Browse files Browse the repository at this point in the history
…81ecac6

rust: bump base64 from 0.22.0 to 0.22.1 in the rust group
  • Loading branch information
ptrus committed May 1, 2024
2 parents 7c3b63a + 667d8bc commit fd41cdf
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 fd41cdf

Please sign in to comment.