Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 35b1498 commit 0698b1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 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 relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.17"
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.1.1", features = ["derive"] }
tokio = { version = "1.26", features = ["rt-multi-thread"] }
tokio = { version = "1.27", features = ["rt-multi-thread"] }
thiserror = "1.0.40"

# Bridge dependencies
Expand Down
2 changes: 1 addition & 1 deletion relays/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ num-traits = "0.2"
serde_json = "1.0"
sysinfo = "0.28"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.26", features = ["rt"] }
tokio = { version = "1.27", features = ["rt"] }
thiserror = "1.0.40"

# Bridge dependencies
Expand Down

0 comments on commit 0698b1f

Please sign in to comment.