Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/regex-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 16, 2023
2 parents 5769808 + d3bf5a7 commit 891669c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
cosmwasm-std = { version = "1.4.0", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "2.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"
base64 = "0.21.4"
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all-features = true
chrono = {version = "0.4.31", default-features = false}
cosmwasm-std = { version = "1.4.0", features = ["stargate"]}
cosmwasm-schema = "1.4.0"
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
serde = { version = "1.0.189", default-features = false, features = ["derive"] }
prost = {version = "0.12.1", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.1", default-features = false}
serde-cw-value = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ syn = "2.0.38"
[dev-dependencies]
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
prost = "0.12"
serde = "1.0.188"
serde = "1.0.189"
trybuild = {version = "1.0.85", features = ["diff"]}
desmos-mock = { version = "2.0.1", path = "../mock" }

0 comments on commit 891669c

Please sign in to comment.