mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 14:20:35 +00:00
build(deps): bump tar from 0.4.39 to 0.4.40
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.39 to 0.4.40. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.39...0.4.40) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3897d66095
commit
a0f6179bd8
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1792,9 +1792,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tar"
|
||||
version = "0.4.39"
|
||||
version = "0.4.40"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96"
|
||||
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
||||
dependencies = [
|
||||
"filetime",
|
||||
"libc",
|
||||
@ -2438,9 +2438,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "xattr"
|
||||
version = "0.2.3"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
||||
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
@ -29,7 +29,7 @@ reqwest = { version = "0.11.18", features = ["blocking"] }
|
||||
retry = "2.0.0"
|
||||
serde_json = "1.0.104"
|
||||
strum = { version = "0.25", features = ["derive"] }
|
||||
tar = "0.4.39"
|
||||
tar = "0.4.40"
|
||||
tempfile = "3.7.0"
|
||||
thiserror = "1.0.44"
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user