Skip to content

Commit e711c9a

Browse files
dependabot[bot]bkchr
authored andcommitted
Bump tokio from 1.34.0 to 1.35.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.35.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed72b02 commit e711c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bridges/relays/client-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4.20"
1515
num-traits = "0.2"
1616
rand = "0.8"
1717
scale-info = { version = "2.10.0", features = ["derive"] }
18-
tokio = { version = "1.34", features = ["rt-multi-thread"] }
18+
tokio = { version = "1.35", features = ["rt-multi-thread"] }
1919
thiserror = "1.0.50"
2020

2121
# Bridge dependencies

bridges/relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-traits = "0.2"
2020
serde_json = "1.0"
2121
sysinfo = "0.29"
2222
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
23-
tokio = { version = "1.34", features = ["rt"] }
23+
tokio = { version = "1.35", features = ["rt"] }
2424
thiserror = "1.0.50"
2525

2626
# Bridge dependencies

0 commit comments

Comments
 (0)