Skip to content

Commit

Permalink
Bump tokio from 1.27.0 to 1.28.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.27.0...tokio-1.28.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 May 1, 2023
1 parent 58795fc commit 6919556
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.6.0", features = ["derive"] }
tokio = { version = "1.27", features = ["rt-multi-thread"] }
tokio = { version = "1.28", 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.27", features = ["rt"] }
tokio = { version = "1.28", features = ["rt"] }
thiserror = "1.0.40"

# Bridge dependencies
Expand Down

0 comments on commit 6919556

Please sign in to comment.