Merge pull request #463 from ouch-org/dependabot/cargo/zstd-0.12.4

This commit is contained in:
figsoda 2023-07-19 20:36:47 -04:00 committed by GitHub
commit 59fac1a8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1478,9 +1478,9 @@ dependencies = [
[[package]]
name = "zstd"
version = "0.12.3+zstd.1.5.2"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
dependencies = [
"zstd-safe",
]

View File

@ -33,7 +33,7 @@ time = { version = "0.3.23", default-features = false }
ubyte = { version = "0.10.3", default-features = false }
xz2 = "0.1.7"
zip = { version = "0.6.6", default-features = false, features = ["time"] }
zstd = { version = "0.12.3", default-features = false }
zstd = { version = "0.12.4", default-features = false }
[target.'cfg(not(unix))'.dependencies]
is_executable = "1.0.1"