Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/serde-1.0.190
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents 589c99f + 3b587c8 commit e9061d2
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.190"
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 e9061d2

Please sign in to comment.