mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
build(deps): bump flate2 from 1.0.27 to 1.0.28
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.27 to 1.0.28. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
385b99edb8
commit
e1a232d9ef
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -402,9 +402,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.0.27"
|
version = "1.0.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"libz-sys",
|
"libz-sys",
|
||||||
|
@ -16,7 +16,7 @@ bstr = { version = "1.7.0", default-features = false, features = ["std"] }
|
|||||||
bzip2 = "0.4.4"
|
bzip2 = "0.4.4"
|
||||||
clap = { version = "4.4.6", features = ["derive", "env"] }
|
clap = { version = "4.4.6", features = ["derive", "env"] }
|
||||||
filetime = "0.2.22"
|
filetime = "0.2.22"
|
||||||
flate2 = { version = "1.0.27", default-features = false }
|
flate2 = { version = "1.0.28", default-features = false }
|
||||||
fs-err = "2.9.0"
|
fs-err = "2.9.0"
|
||||||
gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] }
|
gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] }
|
||||||
ignore = "0.4.20"
|
ignore = "0.4.20"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user