Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 7c7adfe commit a92ef13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ desmos-bindings = { path = "../bindings", version = "2.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.189"
serde_json = "1.0.107"
base64 = "0.21.4"
base64 = "0.21.5"
chrono = "0.4.31"

2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde-cw-value = "0.7.0"
desmos-mock = { version = "2.0.1", path = "../mock" }
schemars = "0.8.15"
strum_macros = "0.25.3"
base64 = "0.21.4"
base64 = "0.21.5"
desmos-std-derive = {version = "2.0.1", path = "../std-derive"}

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit a92ef13

Please sign in to comment.