Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent b266084 commit b04e82c
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 @@ -18,7 +18,7 @@ log = "0.4.20"
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.10.0", features = ["derive"] }
tokio = { version = "1.35", features = ["rt-multi-thread"] }
tokio = { version = "1.36", features = ["rt-multi-thread"] }
thiserror = "1.0.56"

# 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.35", features = ["rt"] }
tokio = { version = "1.36", features = ["rt"] }
thiserror = "1.0.56"

# Bridge dependencies
Expand Down

0 comments on commit b04e82c

Please sign in to comment.