Skip to content

Commit

Permalink
Update tokio requirement from ~1.32.0 to ~1.35.1
Browse files Browse the repository at this point in the history
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.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent e38a549 commit a386f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ reqwest = { version = "~0.11.20", features = [
"cookie_store",
"cookies",
] }
tokio = { version = "~1.32.0", features = ["full"] }
tokio = { version = "~1.35.1", features = ["full"] }

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

Expand Down

0 comments on commit a386f1a

Please sign in to comment.