Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 18, 2023
1 parent c37247b commit e3f3ae7
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 @@ -25,5 +25,5 @@ log = "0.4.17"
rmp-serde = "1.1.1"
serde = {version = "1.0.152", features = ["derive"]}
# TODO: Remove unneeded features
tokio = {version = "1.23.0", features = ["full"]}
tokio = {version = "1.24.2", features = ["full"]}
uuid = { version = "1.2.2", features = ["v4"] }

0 comments on commit e3f3ae7

Please sign in to comment.