mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
build(deps): bump flate2 from 1.0.29 to 1.0.30
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30) --- 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
4d660f678c
commit
f02e7fff26
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -467,9 +467,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.0.29"
|
version = "1.0.30"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7"
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"libz-sys",
|
"libz-sys",
|
||||||
|
@ -16,7 +16,7 @@ bstr = { version = "1.9.1", default-features = false, features = ["std"] }
|
|||||||
bzip2 = "0.4.4"
|
bzip2 = "0.4.4"
|
||||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||||
filetime_creation = "0.2"
|
filetime_creation = "0.2"
|
||||||
flate2 = { version = "1.0.29", default-features = false }
|
flate2 = { version = "1.0.30", default-features = false }
|
||||||
fs-err = "2.11.0"
|
fs-err = "2.11.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.22"
|
ignore = "0.4.22"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user