Skip to content

Commit

Permalink
build(deps): bump base64 from 0.21.1 to 0.21.2
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.1 to 0.21.2.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.1...v0.21.2)

---
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 May 25, 2023
1 parent f3079fc commit d4ac769
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 contracts/okp4-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde.workspace = true
thiserror.workspace = true

[dev-dependencies]
base64 = "0.21.1"
base64 = "0.21.2"
cw-multi-test.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion contracts/okp4-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ snap = "1"
thiserror.workspace = true

[dev-dependencies]
base64 = "0.21.1"
base64 = "0.21.2"
cw-multi-test.workspace = true

[features]
Expand Down

0 comments on commit d4ac769

Please sign in to comment.