1
0
Fork 0
forked from wry/wry

all: update dependencies

This commit is contained in:
Julian Orth 2025-01-22 15:56:59 +01:00
parent a218a57e80
commit 0a465f3f60
6 changed files with 37 additions and 103 deletions

View file

@ -28,7 +28,7 @@ jay-toml-config = { version = "0.8.0", path = "toml-config" }
jay-algorithms = { version = "0.3.0", path = "algorithms" }
uapi = "0.2.13"
thiserror = "1.0.56"
thiserror = "2.0.11"
ahash = "0.8.7"
log = { version = "0.4.20", features = ["std"] }
futures-util = "0.3.30"
@ -46,7 +46,7 @@ pin-project = "1.1.4"
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
clap_complete = "4.4.10"
humantime = "2.1.0"
dirs = "5.0.1"
dirs = "6.0.0"
backtrace = "0.3.69"
chrono = "0.4.33"
parking_lot = "0.12.1"