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 28, 2023
1 parent f62288c commit ecc3588
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.10", default-features = false, features = ["codec", "io"] }
tokio-stream = { version = "0.1.14", default-features = false }
futures = { version = "0.3.28", default-features = false }
futures = { version = "0.3.29", default-features = false }

serde = { version = "1.0.190", features = ["derive"] }

Expand Down Expand Up @@ -54,7 +54,7 @@ glsl-lang-pp = "0.5.1"

java-properties = { version = "2.0.0", optional = true }

tempfile = "3.8.0"
tempfile = "3.8.1"
crc32fast = { version = "1.3.2", features = ["nightly"] }
zopfli = { version = "0.8.0", default-features = false, features = ["std", "nightly"] }

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.4", default-features = false, features = ["parse"] }
toml = { version = "0.8.6", default-features = false, features = ["parse"] }

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

Expand Down

0 comments on commit ecc3588

Please sign in to comment.