From 7bc4765d653c67900e13bea6cb61e7f1ce8652ab Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 11 Jul 2025 20:26:50 +0200 Subject: [PATCH] Cargo.toml: update deps --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 962e488..f176298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,20 +13,20 @@ edition = "2021" rust-version = "1.75" [dependencies] -serde_json = "1.0.104" -log = "0.4.19" -serde = { version = "1.0.197", features = ["derive"] } -tokio = { version = "1.37.0", features = ["sync", "macros", "rt", "net"] } -tokio-util = { version = "0.7.10", features = ["codec"] } -futures = "0.3.30" -tokio-stream = { version = "0.1.15", features = ["sync"] } -thiserror = "1.0.59" +serde_json = "1.0.140" +log = "0.4.27" +serde = { version = "1.0.219", features = ["derive"] } +tokio = { version = "1.46.1", features = ["sync", "macros", "rt", "net"] } +tokio-util = { version = "0.7.15", features = ["codec"] } +futures = "0.3.31" +tokio-stream = { version = "0.1.17", features = ["sync"] } +thiserror = "2.0.12" [dev-dependencies] -env_logger = "0.10.0" -test-log = "0.2.15" -tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "process"] } -uuid = { version = "1.8.0", features = ["v4"] } +env_logger = "0.11.8" +test-log = "0.2.18" +tokio = { version = "1.46.1", features = ["rt-multi-thread", "time", "process"] } +uuid = { version = "1.17.0", features = ["v4"] } [lib] doctest = false