Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate tokio to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent ff02709 commit 850ac6a
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 @@ -21,7 +21,7 @@ authors = ["Noel <[email protected]>"]

[dependencies]
fern = "0.6.1"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.22.0", features = ["full"] }
log = "0.4.17"
serde = "1.0.137"
toml = "0.5.9"
Expand Down

0 comments on commit 850ac6a

Please sign in to comment.