Skip to content

Commit

Permalink
Update Rust crate tokio to v1.20.4 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent de1c7da commit a9a0f01
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 @@ -9,7 +9,7 @@ clap = "3.2.12"
hyper = "0.14.12"
rand = "0.8.5"
reqwest = { version = "0.11", features = ["json"]}
tokio = { version= "1.20.0", features = ["full"]}
tokio = { version= "1.20.4", features = ["full"]}
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"

Expand Down

0 comments on commit a9a0f01

Please sign in to comment.