mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Bump tar from 0.4.30 to 0.4.35
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.30 to 0.4.35. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.30...0.4.35) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7d0b700ae2
commit
f1c1ce8b70
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1576,13 +1576,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tar"
|
name = "tar"
|
||||||
version = "0.4.30"
|
version = "0.4.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
|
checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"filetime",
|
"filetime",
|
||||||
"libc",
|
"libc",
|
||||||
"redox_syscall 0.1.57",
|
|
||||||
"xattr",
|
"xattr",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ anyhow = "1.0.40"
|
||||||
reqwest = { version = "0.11.2", features = [ "rustls-tls" ], default-features = false }
|
reqwest = { version = "0.11.2", features = [ "rustls-tls" ], default-features = false }
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
flate2 = "1.0.14"
|
flate2 = "1.0.14"
|
||||||
tar = "0.4.30"
|
tar = "0.4.35"
|
||||||
cargo_toml = "0.8.1"
|
cargo_toml = "0.8.1"
|
||||||
serde = { version = "1.0.119", features = [ "derive" ] }
|
serde = { version = "1.0.119", features = [ "derive" ] }
|
||||||
strum_macros = "0.20.1"
|
strum_macros = "0.20.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue