Skip to content

Commit dbfd400

Browse files
chore(deps): bump tokio in /code/parachain/frame/cosmwasm/cli
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4579742 commit dbfd400

File tree

2 files changed

+87
-14
lines changed

2 files changed

+87
-14
lines changed

code/parachain/frame/cosmwasm/cli/Cargo.lock

Lines changed: 86 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/parachain/frame/cosmwasm/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ subxt = { version = "0.31.0", default-features = false, features = [
2424
"substrate-compat",
2525
] }
2626
thiserror = "1.0.40"
27-
tokio = { version = "1.29.1", features = ["full"] }
27+
tokio = { version = "1.38.2", features = ["full"] }
2828
log = { version = "0.4.19", default-features = false }

0 commit comments

Comments
 (0)