From d91edaf85a1a179a915ac99e7c17b5647d8d9f7d Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Tue, 9 Apr 2024 22:00:38 +0200 Subject: Update Dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bbce7be..d15bcd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] axum = { version = "0.7", features = ["ws"] } -tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "time"] } time = { version = "0.3", features = ["macros"] } @@ -17,7 +17,7 @@ config = "0.14" sqlx = { version = "0.7", features = ["postgres", "runtime-tokio", "ipnetwork", "mac_address"]} surge-ping = "0.8" axum-macros = "0.4" -uuid = { version = "1.6", features = ["v4", "fast-rng"] } +uuid = { version = "1.8", features = ["v4", "fast-rng"] } dashmap = "5.5" color-eyre = "0.6" thiserror = "1.0" -- cgit v1.2.3