Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/serde_json-1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 7, 2024
2 parents 4b84cfc + 656ba8c commit c7feefd
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 @@ -13,5 +13,5 @@ test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.197"
serde_json = "1.0.116"
base64 = "0.21.7"
chrono = "0.4.34"
chrono = "0.4.38"

2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"]
all-features = true

[dependencies]
chrono = {version = "0.4.34", default-features = false}
chrono = {version = "0.4.38", default-features = false}
cosmwasm-std = { version = "1.5.4", features = ["stargate"]}
cosmwasm-schema = "1.5.3"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit c7feefd

Please sign in to comment.