Skip to content

Commit

Permalink
Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
masihyeganeh committed Apr 25, 2024
1 parent 4b0dc37 commit 8893595
Show file tree
Hide file tree
Showing 7 changed files with 814 additions and 318 deletions.
181 changes: 154 additions & 27 deletions contract/Cargo.lock

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

10 changes: 9 additions & 1 deletion contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ overflow-checks = true
bs58 = "0.5.0"
coreum-wasm-sdk = "0.2.4"
cosmwasm-schema = "1.5.3"
cosmwasm-std = { version = "1.5.3", features = ["cosmwasm_1_1"] }
cosmwasm-std = { version = "1.5.4", features = ["cosmwasm_1_1"] }
cw-ownable = "0.5.1"
cw-storage-plus = "1.2.0"
cw-utils = "1.0.3"
Expand All @@ -36,8 +36,16 @@ hex = "0.4.3"
serde_json = "1.0.113"
sha2 = "0.10.8"
thiserror = "1.0.56"
libsecp256k1 = "0.5.0"
mio = "0.8.11"
webpki = "0.22.2"
h2 = "0.3.26"

[dev-dependencies]
coreum-test-tube = "3.0.1"
ripple-keypairs = "0.1.0"
rand = "0.8.5"
libsecp256k1 = "0.5.0"
mio = "0.8.11"
webpki = "0.22.2"
h2 = "0.3.26"
Loading

0 comments on commit 8893595

Please sign in to comment.