Skip to content

Commit

Permalink
Upgraded dependencies. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta authored Nov 7, 2024
1 parent a0c3be4 commit 6af0bd2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 40 deletions.
94 changes: 57 additions & 37 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cosmwasm_2_0 = ["cosmwasm_1_4", "cosmwasm-std/cosmwasm_2_0"]
cosmwasm_2_1 = ["cosmwasm_2_0", "cosmwasm-std/cosmwasm_2_1"]

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.93"
bech32 = "0.11.0"
cosmwasm-schema = "2.1.4"
cosmwasm-std = "2.1.4"
Expand All @@ -36,9 +36,9 @@ cw-utils = "2.0.0"
itertools = "0.13.0"
prost = "0.13.3"
schemars = "0.8.21"
serde = "1.0.210"
serde = "1.0.214"
sha2 = "0.10.8"
thiserror = "1.0.64"
thiserror = "2.0.0"

[dev-dependencies]
hex = "0.4.3"
Expand Down

0 comments on commit 6af0bd2

Please sign in to comment.