From f8f0565c42db7c612ac12b9a58155051e795639a Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 30 Oct 2023 13:12:18 +0100 Subject: update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf38752..7b2c22b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ edition = "2021" [dependencies] axum = { version = "0.6.20", features = ["headers", "ws"] } -tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } -tracing = "0.1.37" +tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } +tracing = "0.1.40" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "local-time", "time"] } -time = { version = "0.3.29", features = ["macros"] } -serde = { version = "1.0.188", features = ["derive"] } +time = { version = "0.3.30", features = ["macros"] } +serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.107" config = "0.13.3" once_cell = "1.18.0" -sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} +sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio"]} surge-ping = "0.8.0" axum-macros = "0.3.8" uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } -- cgit v1.2.3