Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/serde-1.0.197
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 26, 2024
2 parents c3ef9f0 + e218289 commit 920b6a8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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 contracts/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ optimize = """docker run --rm \
"""

[dependencies]
cosmwasm-std = { version = "1.5.2", features = ["stargate"]}
cosmwasm-std = { version = "1.5.3", features = ["stargate"]}
cw2 = "1.1.1"
thiserror = { version = "1.0" }
desmos-bindings = { path = "../../packages/bindings", version = "3.0.0" }
Expand Down
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.5.2", features = ["stargate"]}
cosmwasm-std = { version = "1.5.3", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "3.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.197"
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all-features = true

[dependencies]
chrono = {version = "0.4.34", default-features = false}
cosmwasm-std = { version = "1.5.2", features = ["stargate"]}
cosmwasm-std = { version = "1.5.3", features = ["stargate"]}
cosmwasm-schema = "1.5.3"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]}
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 = "3.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = {version = "1.5.2", features = ["stargate"]}
cosmwasm-std = {version = "1.5.3", 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.50"

[dev-dependencies]
cosmwasm-std = {version = "1.5.2", features = ["stargate"]}
cosmwasm-std = {version = "1.5.3", features = ["stargate"]}
prost = "0.12"
serde = "1.0.197"
trybuild = {version = "1.0.89", features = ["diff"]}
Expand Down

0 comments on commit 920b6a8

Please sign in to comment.