mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
Merge pull request #479 from ouch-org/dependabot/cargo/tar-0.4.40
This commit is contained in:
commit
03d21253a4
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1098,9 +1098,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tar"
|
name = "tar"
|
||||||
version = "0.4.39"
|
version = "0.4.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96"
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"filetime",
|
"filetime",
|
||||||
"libc",
|
"libc",
|
||||||
@ -1399,9 +1399,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xattr"
|
name = "xattr"
|
||||||
version = "0.2.3"
|
version = "1.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
@ -27,7 +27,7 @@ once_cell = "1.18.0"
|
|||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
snap = "1.1.0"
|
snap = "1.1.0"
|
||||||
tar = "0.4.39"
|
tar = "0.4.40"
|
||||||
tempfile = "3.7.0"
|
tempfile = "3.7.0"
|
||||||
time = { version = "0.3.25", default-features = false }
|
time = { version = "0.3.25", default-features = false }
|
||||||
ubyte = { version = "0.10.3", default-features = false }
|
ubyte = { version = "0.10.3", default-features = false }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user