diff --git a/Cargo.toml b/Cargo.toml index 4ccae52..eb7dfca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,33 +19,33 @@ full = ["client", "server"] [dependencies] interprocess = { version = "2.2.3", features = ["tokio"] } -tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "io-util", "sync", "time", "macros", "signal"] } +tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "io-util", "sync", "time", "macros", "signal"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } tokio-util = { version = "0.7.17", features = ["codec", "io"] } futures = "0.3.31" thiserror = "2.0.17" -serde_json = "1.0.145" +serde_json = "1.0.148" serde = { version = "1.0.228", features = ["derive"] } httparse = "1.10.1" http = "1.4.0" bytes = "1.11.0" -tracing = "0.1.43" +tracing = "0.1.44" parking_lot = "0.12.5" pin-project-lite = "0.2.16" -toml = "0.9.8" +toml = "0.9.10" rand = "0.9.2" path-tree = {version = "0.8.3", optional = true} url = "2.5.7" [target.'cfg(unix)'.dependencies] -libc = "0.2.178" +libc = "0.2.179" [target.'cfg(windows)'.dependencies] widestring = "1.2.1" [dev-dependencies] dotenvy = "0.15.7" -criterion = { version = "=0.7", features = ["async"] } +criterion = { version = "=0.8.1", features = ["async"] } async-trait = "0.1.89" tracing-subscriber = "0.3.22" chrono = { version = "0.4.42", default-features = false, features = ["std", "clock"] }