Skip to content

Commit

Permalink
Bump tokio from 1.33.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.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 Nov 13, 2023
1 parent c49ce3d commit 592e407
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.20"
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.10.0", features = ["derive"] }
tokio = { version = "1.33", features = ["rt-multi-thread"] }
tokio = { version = "1.34", features = ["rt-multi-thread"] }
thiserror = "1.0.50"

# 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.29"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.33", features = ["rt"] }
tokio = { version = "1.34", features = ["rt"] }
thiserror = "1.0.50"

# Bridge dependencies
Expand Down

0 comments on commit 592e407

Please sign in to comment.