Skip to content

Commit

Permalink
fix(deps): update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 8f82c3b commit 7ccd2eb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 30 deletions.
65 changes: 39 additions & 26 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ enumset = { version = "1.1.3", features = ["serde"] }
indexmap = { version = "2.0.2", features = ["serde"] }
itertools = "0.11.0"
thiserror = "1.0.50"
ahash = "0.8.3"
ahash = "0.8.6"
patricia_tree = "0.6.2"

sysinfo = { version = "0.29.10", default-features = false }
walkdir = "2.4.0"

tokio = { version = "1.33.0", default-features = false, features = ["rt-multi-thread", "macros", "io-util", "fs", "sync", "parking_lot"] }
tokio-util = { version = "0.7.9", default-features = false, features = ["codec", "io"] }
tokio-util = { version = "0.7.10", 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 Expand Up @@ -58,7 +58,7 @@ tempfile = "3.8.0"
crc32fast = { version = "1.3.2", features = ["nightly"] }
zopfli = { version = "0.8.0", default-features = false, features = ["std", "nightly"] }

const-random = "0.1.15"
const-random = "0.1.16"
aes = "0.8.3"
fpe = "0.6.1"
uuid = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/packsquash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
packsquash = { path = "../packsquash", version = "0.4.0" }

getopts = "0.2.21"
toml = { version = "0.8.2", default-features = false, features = ["parse"] }
toml = { version = "0.8.4", default-features = false, features = ["parse"] }

tokio = { version = "1.33.0", default-features = false, features = ["time"] }

Expand Down

0 comments on commit 7ccd2eb

Please sign in to comment.