From c124f9fff690a42ea5fb490e4c7e512ba8448951 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Thu, 13 Jun 2024 16:54:35 +0200 Subject: cargo update + `time` update, fix for `Instant` deprecation --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 68ba060..56794a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] axum = { version = "0.7", features = ["ws"] } -tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.38", 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"] } @@ -24,4 +24,4 @@ ipnetwork = "0.20" mac_address = { version = "1.1", features = ["serde"] } tracing-appender = "0.2.3" utoipa = { version = "4.2", features = ["axum_extras"] } -utoipa-swagger-ui = { version = "6.0", features = ["axum"] } +utoipa-swagger-ui = { version = "7.0", features = ["axum"] } -- cgit v1.2.3