Skip to content

Commit 2344c29

Browse files
Update tokio requirement from ~1.32.0 to ~1.35.0
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.35.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e38a549 commit 2344c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ reqwest = { version = "~0.11.20", features = [
4646
"cookie_store",
4747
"cookies",
4848
] }
49-
tokio = { version = "~1.32.0", features = ["full"] }
49+
tokio = { version = "~1.35.0", features = ["full"] }
5050

5151
tracing = { version = "~0.1.37", optional = true }
5252

0 commit comments

Comments
 (0)