Skip to content

Commit

Permalink
chore(deps): update base64 requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.6...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 24a09d0 commit 8932cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibc-apps/ics721-nft-transfer/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all-features = true
[dependencies]
# external dependencies
borsh = { workspace = true, optional = true }
base64 = { version = "0.21.6", default-features = false }
base64 = { version = "0.22.0", default-features = false }
derive_more = { workspace = true }
displaydoc = { workspace = true }
http = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ibc-clients/ics08-wasm/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = """

[dependencies]
# external dependencies
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
displaydoc = { workspace = true }
serde = { workspace = true , optional = true }
cosmwasm-schema = { version = "1.4.1", default-features = false, optional = true }
Expand Down

0 comments on commit 8932cab

Please sign in to comment.