mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Bump thiserror from 1.0.39 to 1.0.40 (#928)
This commit is contained in:
parent
bbb4eb7e58
commit
dd4595e6a4
4 changed files with 8 additions and 8 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -2151,22 +2151,22 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.39"
|
||||
version = "1.0.40"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
|
||||
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.39"
|
||||
version = "1.0.40"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
|
||||
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.107",
|
||||
"syn 2.0.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -31,7 +31,7 @@ serde_json = { version = "1.0.94", optional = true }
|
|||
#tar = "0.4.38"
|
||||
tar = { package = "binstall-tar", version = "0.4.39" }
|
||||
tempfile = "3.4.0"
|
||||
thiserror = "1.0.39"
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread", "sync", "time", "fs"], default-features = false }
|
||||
tokio-tar = "0.3.0"
|
||||
tokio-util = { version = "0.7.7", features = ["io"] }
|
||||
|
|
|
@ -20,7 +20,7 @@ semver = { version = "1.0.17", features = ["serde"] }
|
|||
serde = { version = "1.0.156", features = ["derive"] }
|
||||
serde-tuple-vec-map = "1.0.1"
|
||||
serde_json = "1.0.94"
|
||||
thiserror = "1.0.39"
|
||||
thiserror = "1.0.40"
|
||||
toml_edit = { version = "0.19.7", features = ["serde"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ semver = { version = "1.0.17", features = ["serde"] }
|
|||
serde = { version = "1.0.156", features = ["derive"] }
|
||||
strum = "0.24.1"
|
||||
tempfile = "3.4.0"
|
||||
thiserror = "1.0.39"
|
||||
thiserror = "1.0.40"
|
||||
tinytemplate = "1.2.1"
|
||||
# parking_lot for `tokio::sync::OnceCell::const_new`
|
||||
tokio = { version = "1.26.0", features = ["rt", "process", "sync", "signal", "parking_lot"], default-features = false }
|
||||
|
|
Loading…
Add table
Reference in a new issue