Skip to content

Commit

Permalink
chore(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 19, 2023
1 parent 6f46b89 commit 590bef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ crossbeam = "0.8.2"
log = "0.4.17"
rmp-serde = "1.1.1"
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.23.0", features = ["net", "time", "io-util", "rt"] }
tokio = { version = "1.24.2", features = ["net", "time", "io-util", "rt"] }
uuid = { version = "1.2.2", features = ["v4"] }

[dev-dependencies]
tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }

0 comments on commit 590bef0

Please sign in to comment.