Skip to content

Commit 2e27dfd

Browse files
committed
post rebase fixes + update to 2.2.2
1 parent 7acfcaf commit 2e27dfd

File tree

5 files changed

+112
-63
lines changed

5 files changed

+112
-63
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ vergen = { version = "=8.3.1", default-features = false }
360360
walkdir = "2"
361361
wasm-bindgen-test = "0.3.49"
362362
x25519-dalek = "2.0.0"
363-
zeroize = "1.8.1"
363+
zeroize = "1.7.0"
364364

365365
prometheus = { version = "0.13.0" }
366366

@@ -374,8 +374,8 @@ ff = { version = "0.13.1", default-features = false }
374374
subtle = "2.5.0"
375375

376376
# cosmwasm-related
377-
cosmwasm-schema = "=2.2.1"
378-
cosmwasm-std = "=2.2.1"
377+
cosmwasm-schema = "=2.2.2"
378+
cosmwasm-std = "=2.2.2"
379379
# use 1.0.1 as that's the version used by cosmwasm-std 2.2.1
380380
# (and ideally we don't want to pull the same dependency twice)
381381
serde-json-wasm = "=1.0.1"

contracts/Cargo.lock

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ overflow-checks = true
3232
[workspace.dependencies]
3333
anyhow = "1.0.86"
3434
bs58 = "0.5.1"
35-
cosmwasm-crypto = "=2.2.1"
36-
cosmwasm-derive = "=2.2.1"
37-
cosmwasm-schema = "=2.2.1"
38-
cosmwasm-std = "=2.2.1"
35+
cosmwasm-crypto = "=2.2.2"
36+
cosmwasm-derive = "=2.2.2"
37+
cosmwasm-schema = "=2.2.2"
38+
cosmwasm-std = "=2.2.2"
3939
cw-controllers = "=2.0.0"
40-
cw-multi-test = "=2.3.1"
40+
cw-multi-test = "=2.3.2"
4141
cw-storage-plus = "=2.0.0"
4242
cw-utils = "=2.0.0"
4343
cw2 = "=2.0.0"

0 commit comments

Comments
 (0)