Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/serde_json-1.0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 2, 2023
2 parents 1532861 + be3fada commit 1c4531e
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 17 deletions.
35 changes: 25 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions contracts/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ optimize = """docker run --rm \
"""

[dependencies]
cosmwasm-std = { version = "1.4.1", features = ["stargate"]}
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
cw2 = "1.1.1"
thiserror = { version = "1.0" }
desmos-bindings = { path = "../../packages/bindings", version = "2.0.0" }
cosmwasm-schema = { version = "1.4.1" }
cosmwasm-schema = { version = "1.5.0" }
2 changes: 1 addition & 1 deletion packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = { version = "1.4.1", features = ["stargate"]}
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "2.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.190"
Expand Down
4 changes: 2 additions & 2 deletions packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ all-features = true

[dependencies]
chrono = {version = "0.4.31", default-features = false}
cosmwasm-std = { version = "1.4.1", features = ["stargate"]}
cosmwasm-schema = "1.4.1"
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
cosmwasm-schema = "1.5.0"
serde = { version = "1.0.190", 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}
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ version = "2.0.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = {version = "1.4.1", features = ["stargate"]}
cosmwasm-std = {version = "1.5.0", features = ["stargate"]}

2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ quote = "1.0.33"
syn = "2.0.38"

[dev-dependencies]
cosmwasm-std = {version = "1.4.1", features = ["stargate"]}
cosmwasm-std = {version = "1.5.0", features = ["stargate"]}
prost = "0.12"
serde = "1.0.190"
trybuild = {version = "1.0.85", features = ["diff"]}
Expand Down

0 comments on commit 1c4531e

Please sign in to comment.