Skip to content

Commit

Permalink
Update tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
wykurz committed Dec 1, 2023
1 parent 55a5ca5 commit d392d5d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 24 deletions.
31 changes: 15 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ nix = "0.26"
sysinfo = "0.29"
test-log = "0.2"
thread_local = "1.1"
tokio = { version = "1.29", features = ["full", "parking_lot"] }
tokio = { version = "1.34", features = ["full", "parking_lot"] }
4 changes: 2 additions & 2 deletions filegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
async-recursion = "1.0"
bytesize = "1.2"
bytesize = "1.3"
env_logger = "0.10"
log = "0.4"
rand = "0.8"
structopt = "0.3"
tokio = { version = "1.29", features = ["full", "parking_lot"] }
tokio = { version = "1.34", features = ["full", "parking_lot"] }
4 changes: 2 additions & 2 deletions rcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
bytesize = "1.2"
bytesize = "1.3"
common = { path = "../common" }
env_logger = "0.10"
log = "0.4"
structopt = "0.3"
tokio = { version = "1.29", features = ["full", "parking_lot"] }
tokio = { version = "1.34", features = ["full", "parking_lot"] }
4 changes: 2 additions & 2 deletions rlink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
bytesize = "1.2"
bytesize = "1.3"
common = { path = "../common" }
env_logger = "0.10"
log = "0.4"
structopt = "0.3"
tokio = { version = "1.29", features = ["full", "parking_lot"] }
tokio = { version = "1.34", features = ["full", "parking_lot"] }
2 changes: 1 addition & 1 deletion rrm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ common = { path = "../common" }
env_logger = "0.10"
log = "0.4"
structopt = "0.3"
tokio = { version = "1.29", features = ["full", "parking_lot"] }
tokio = { version = "1.34", features = ["full", "parking_lot"] }

0 comments on commit d392d5d

Please sign in to comment.