Skip to content

Commit

Permalink
Bump tokio from 1.36.0 to 1.37.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.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 1, 2024
1 parent 17cbd6d commit 20f4b6b
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 relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-traits = "0.2"
quick_cache = "0.4"
rand = "0.8"
scale-info = { version = "2.11.1", features = ["derive"] }
tokio = { version = "1.36", features = ["rt-multi-thread"] }
tokio = { version = "1.37", features = ["rt-multi-thread"] }
thiserror = "1.0.58"

# 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 @@ -23,7 +23,7 @@ num-traits = "0.2"
serde_json = "1.0"
sysinfo = "0.30"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.36", features = ["rt"] }
tokio = { version = "1.37", features = ["rt"] }
thiserror = "1.0.58"

# Bridge dependencies
Expand Down

0 comments on commit 20f4b6b

Please sign in to comment.