Update dependencies
This commit is contained in:
parent
a17630aeaa
commit
74fbf386b2
3 changed files with 137 additions and 123 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -7,28 +7,28 @@ version = "0.9.1"
|
|||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.96"
|
||||
async-trait = "0.1.86"
|
||||
clap = { version = "4.5.31", features = ["derive", "deprecated"] }
|
||||
anyhow = "1.0.97"
|
||||
async-trait = "0.1.87"
|
||||
clap = { version = "4.5.32", features = ["derive", "deprecated"] }
|
||||
cookie = "0.18.1"
|
||||
crossterm = "0.28.1"
|
||||
directories = "6.0.0"
|
||||
edit = "0.1.5"
|
||||
jiff = "0.2.1"
|
||||
jiff = "0.2.4"
|
||||
linkify = "0.10.0"
|
||||
log = { version = "0.4.26", features = ["std"] }
|
||||
open = "5.3.2"
|
||||
parking_lot = "0.12.3"
|
||||
proc-macro2 = "1.0.93"
|
||||
quote = "1.0.38"
|
||||
proc-macro2 = "1.0.94"
|
||||
quote = "1.0.40"
|
||||
rusqlite = { version = "0.31.0", features = ["bundled", "time"] }
|
||||
rustls = "0.23.23"
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_either = "0.2.1"
|
||||
serde_json = "1.0.139"
|
||||
syn = "2.0.98"
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
serde_json = "1.0.140"
|
||||
syn = "2.0.100"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
toml = "0.8.20"
|
||||
unicode-width = "0.2.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue