Skip to content

Commit

Permalink
Bump tokio from 1.23.0 to 1.23.1 (#427)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.23.0...tokio-1.23.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent bf59f6b commit 7828a89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "3.2", features = ['derive']
env_logger = "0.10.0"
log = { version = "0.4.14" }
serde_json = { version = "1.0.79" }
tokio = { version = "1.16", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.23", features = ["rt-multi-thread", "macros", "time"] }
wabt = "0.10.0"

# Substrate dependencies
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
'derive',
] }
serde_json = { version = "1.0.79" }
tokio = { version = "1.16", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.23", features = ["rt-multi-thread", "macros", "time"] }
wabt = "0.10.0"

# Substrate dependencies
Expand Down

0 comments on commit 7828a89

Please sign in to comment.