mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump miette from 5.6.0 to 5.7.0 (#973)
This commit is contained in:
parent
d7441e4675
commit
363dbc650a
5 changed files with 29 additions and 19 deletions
|
@ -31,7 +31,7 @@ file-format = { version = "0.16.0", default-features = false }
|
|||
fs-lock = { version = "0.1.0", path = "../fs-lock" }
|
||||
gh-token = "0.1.1"
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
miette = "5.6.0"
|
||||
miette = "5.7.0"
|
||||
mimalloc = { version = "0.1.35", default-features = false, optional = true }
|
||||
once_cell = "1.17.1"
|
||||
semver = "1.0.17"
|
||||
|
|
|
@ -15,7 +15,7 @@ binstalk-types = { version = "0.3.0", path = "../binstalk-types" }
|
|||
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||
fs-lock = { version = "0.1.0", path = "../fs-lock" }
|
||||
home = "0.5.4"
|
||||
miette = "5.6.0"
|
||||
miette = "5.7.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
serde-tuple-vec-map = "1.0.1"
|
||||
|
|
|
@ -23,7 +23,7 @@ itertools = "0.10.5"
|
|||
jobslot = { version = "0.2.10", features = ["tokio"] }
|
||||
leon = { version = "1.0.0", path = "../leon" }
|
||||
maybe-owned = "0.3.4"
|
||||
miette = "5.6.0"
|
||||
miette = "5.7.0"
|
||||
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
||||
once_cell = "1.17.1"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.2.1", features = ["derive"], optional = true }
|
||||
miette = { version = "5.5.0", default-features = false, optional = true }
|
||||
miette = { version = "5.7.0", default-features = false, optional = true }
|
||||
thiserror = "1.0.38"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue