Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Update Rust crate tokio to 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent f24ad88 commit 22f5875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grabber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions
octocrab = "0.11.0"
serde = "1.0.127"
serde_yaml = "0.8.17"
tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit 22f5875

Please sign in to comment.