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 31, 2023
1 parent deac72a commit 0cb58b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -29,12 +29,12 @@ futures = { version = "0.3.29", default-features = false }

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

serde_json = "1.0.107"
serde_json = "1.0.108"
json_comments = "0.2.1"
jsonpath_lib = "0.3.0"

spng = { version = "0.2.0-alpha.2", default-features = false }
rgb = "0.8.36"
rgb = "0.8.37"
imagequant = { version = "4.2.2", default-features = false }
oxipng = { version = "9.0.0", default-features = false, features = ["zopfli"] }

Expand All @@ -58,7 +58,7 @@ tempfile = "3.8.1"
crc32fast = { version = "1.3.2", features = ["nightly"] }
zopfli = { version = "0.8.0", default-features = false, features = ["std", "nightly"] }

const-random = "0.1.16"
const-random = "0.1.17"
aes = "0.8.3"
fpe = "0.6.1"
uuid = "1.5.0"
Expand Down

0 comments on commit 0cb58b0

Please sign in to comment.