Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/heck-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 7, 2024
2 parents 1d380ba + cbc2b19 commit 7310284
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 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.3", features = ["stargate"]}
cosmwasm-std = { version = "1.5.4", features = ["stargate"]}
cw2 = "1.1.1"
thiserror = { version = "1.0" }
desmos-bindings = { path = "../../packages/bindings", version = "3.0.0" }
Expand Down
6 changes: 3 additions & 3 deletions packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = { version = "1.5.3", features = ["stargate"]}
cosmwasm-std = { version = "1.5.4", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "3.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.197"
serde_json = "1.0.114"
serde_json = "1.0.116"
base64 = "0.21.7"
chrono = "0.4.34"
chrono = "0.4.38"

6 changes: 3 additions & 3 deletions packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ crate-type = ["cdylib", "rlib"]
all-features = true

[dependencies]
chrono = {version = "0.4.34", default-features = false}
cosmwasm-std = { version = "1.5.3", features = ["stargate"]}
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"] }
prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.3", default-features = false}
serde-cw-value = "0.7.0"
desmos-mock = { version = "3.0.0", path = "../mock" }
schemars = "0.8.16"
strum_macros = "0.26.1"
strum_macros = "0.26.2"
base64 = "0.21.7"
desmos-std-derive = {version = "3.0.0", path = "../std-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.3", features = ["stargate"]}
cosmwasm-std = {version = "1.5.4", 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.52"

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

0 comments on commit 7310284

Please sign in to comment.