Skip to content

Commit

Permalink
Bump tokio to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 5, 2022
1 parent 898f20b commit 11df5fb
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 @@ -10,12 +10,12 @@ description = "A library to run USB/IP server"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.20.1", features = ["rt", "net", "io-util"] }
tokio = { version = "1.22.0", features = ["rt", "net", "io-util"] }
log = "0.4.17"
num-traits = "0.2.15"
num-derive = "0.3.3"
rusb = "0.9.1"

[dev-dependencies]
tokio = { version = "1.20.1", features = ["full"] }
tokio = { version = "1.22.0", features = ["full"] }
env_logger = "0.9.0"

0 comments on commit 11df5fb

Please sign in to comment.