From b4ae427fb66d02c761f4e3aee5b92b84ef9ed894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 02:45:16 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#220) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7613baa..212e2f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,14 +15,14 @@ categories = [] members = ["crates/*"] [workspace.dependencies] -tokio = { version = "1.42.0" } +tokio = { version = "1.43.0" } tokio-util = { version = "0.7.13" } serde = { version = "1.0.217", features = ["derive"] } json5 = "0.4.1" nom = "7.1.3" -serde_json = "1.0.134" +serde_json = "1.0.135" serde_qs = "0.13.0" -thiserror = "2.0.9" +thiserror = "2.0.10" chrono = { version = "0.4.39", features = ["serde"] } sqlx = { version = "0.8.3", features = [ "chrono", @@ -73,7 +73,7 @@ futures = "0.3.31" getset = "0.1.3" num_cpus = "1.16.0" serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.134" +serde_json = "1.0.135" sqlx = { version = "0.8.3", features = [ "postgres", "json", @@ -81,9 +81,9 @@ sqlx = { version = "0.8.3", features = [ "macros", "runtime-tokio", ], default-features = false } -thiserror = "2.0.9" +thiserror = "2.0.10" tracing = "0.1.41" -tokio = { version = "1.42.0", features = ["macros", "signal"] } +tokio = { version = "1.43.0", features = ["macros", "signal"] } rand = "0.8.5" hex = "0.4.3" cfg-if = "1.0.0" @@ -91,6 +91,6 @@ indoc = "2.0.5" derive_builder = "0.20.2" [dev-dependencies] -tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } uuid = { version = "1.11.0", features = ["v7"] }