Skip to content

Commit

Permalink
chore: Update cw_multi_test
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Apr 24, 2024
1 parent d9981f0 commit a187421
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 74 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ version = "1.0.1"

[workspace.dependencies]
sylvia-derive = { version = "1.0.1", path = "sylvia-derive" }
anyhow = "1.0.81"
cosmwasm-schema = "2.0.0"
cosmwasm-std = "2.0.0"
cw-multi-test = "2.0.0"
anyhow = "1.0.82"
cosmwasm-schema = "2.0.2"
cosmwasm-std = "2.0.2"
cw-multi-test = "2.0.1"
cw-storage-plus = "2.0.0"
schemars = "0.8.16"
cw-utils = "2.0.0"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
thiserror = "1.0.58"
serde = { version = "1.0.198", default-features = false, features = ["derive"] }
thiserror = "1.0.59"

[workspace.metadata.docs.rs]
all-features = true
Expand Down
71 changes: 31 additions & 40 deletions examples/Cargo.lock

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

12 changes: 6 additions & 6 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ edition = "2021"

[workspace.dependencies]
anyhow = "1.0.81"
cosmwasm-schema = "2.0.0"
cosmwasm-std = "2.0.0"
cw-multi-test = "2.0.0"
cosmwasm-schema = "2.0.2"
cosmwasm-std = "2.0.2"
cw-multi-test = "2.0.1"
cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
cw2 = "2.0.0"
getrandom = "0.2.12"
getrandom = "0.2.14"
semver = "1.0.22"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
thiserror = "1.0.58"
serde = { version = "1.0.198", default-features = false, features = ["derive"] }
thiserror = "1.0.59"
assert_matches = "1.5.0"
4 changes: 2 additions & 2 deletions sylvia/src/multitest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use cosmwasm_std::{CodeInfoResponse, StdResult};
use cw_multi_test::{
Bank, BankKeeper, Distribution, DistributionKeeper, Executor, FailingModule, Gov,
GovFailingModule, Ibc, IbcFailingModule, Module, Router, StakeKeeper, Staking, Stargate,
StargateFailingModule, Wasm, WasmKeeper,
StargateFailing, Wasm, WasmKeeper,
};
use derivative::Derivative;
use serde::Serialize;
Expand Down Expand Up @@ -126,7 +126,7 @@ impl<ExecC, QueryC> App<cw_multi_test::BasicApp<ExecC, QueryC>> {
DistributionKeeper,
IbcFailingModule,
GovFailingModule,
StargateFailingModule,
StargateFailing,
>,
&dyn Api,
&mut dyn Storage,
Expand Down

0 comments on commit a187421

Please sign in to comment.