Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-util to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent c2bbf9d commit ef4e4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sysinfo = { version = "0.29.10", default-features = false }
walkdir = "2.4.0"

tokio = { version = "1.32.0", default-features = false, features = ["rt-multi-thread", "macros", "io-util", "fs", "sync", "parking_lot"] }
tokio-util = { version = "0.7.8", default-features = false, features = ["codec", "io"] }
tokio-util = { version = "0.7.9", default-features = false, features = ["codec", "io"] }
tokio-stream = { version = "0.1.14", default-features = false }
futures = { version = "0.3.28", default-features = false }

Expand Down

0 comments on commit ef4e4a4

Please sign in to comment.