mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-21 04:34:51 +02:00
deps: bump anyhow, clap, and thiserror (#1365)
This commit is contained in:
parent
22b40780ad
commit
631f7208e4
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -261,9 +261,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_complete"
|
name = "clap_complete"
|
||||||
version = "4.4.4"
|
version = "4.4.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
|
checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
]
|
]
|
||||||
@ -1283,18 +1283,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.51"
|
version = "1.0.52"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.51"
|
version = "1.0.52"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -80,7 +80,7 @@ default = ["deploy"]
|
|||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
backtrace = "0.3.69"
|
backtrace = "0.3.69"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
clap = { version = "4.4.10", features = ["default", "cargo", "wrap_help"] }
|
clap = { version = "4.4.11", features = ["default", "cargo", "wrap_help"] }
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
ctrlc = { version = "3.4.1", features = ["termination"] }
|
ctrlc = { version = "3.4.1", features = ["termination"] }
|
||||||
@ -98,7 +98,7 @@ regex = "1.10.2"
|
|||||||
serde = { version = "=1.0.193", features = ["derive"] }
|
serde = { version = "=1.0.193", features = ["derive"] }
|
||||||
starship-battery = { version = "0.8.2", optional = true }
|
starship-battery = { version = "0.8.2", optional = true }
|
||||||
sysinfo = "=0.29.11"
|
sysinfo = "=0.29.11"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.52"
|
||||||
time = { version = "0.3.30", features = ["formatting", "macros"] }
|
time = { version = "0.3.30", features = ["formatting", "macros"] }
|
||||||
toml_edit = { version = "0.21.0", features = ["serde"] }
|
toml_edit = { version = "0.21.0", features = ["serde"] }
|
||||||
tui = { version = "0.25.0", package = "ratatui" }
|
tui = { version = "0.25.0", package = "ratatui" }
|
||||||
@ -137,8 +137,8 @@ cargo-husky = { version = "1.5.0", default-features = false, features = ["user-h
|
|||||||
predicates = "3.0.3"
|
predicates = "3.0.3"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = { version = "4.4.10", features = ["default", "cargo", "wrap_help"] }
|
clap = { version = "4.4.11", features = ["default", "cargo", "wrap_help"] }
|
||||||
clap_complete = "4.4.4"
|
clap_complete = "4.4.5"
|
||||||
clap_complete_fig = "4.4.2"
|
clap_complete_fig = "4.4.2"
|
||||||
clap_complete_nushell = "4.4.2"
|
clap_complete_nushell = "4.4.2"
|
||||||
clap_mangen = "0.2.15"
|
clap_mangen = "0.2.15"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user