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 From 4a9be3eccd09e40c44a859858523cff7f7ff0b3f Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Mon, 17 Jun 2024 10:17:41 +0200 Subject: cargo update + swagger ui update Signed-off-by: fxqnlr --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.lock b/Cargo.lock index f16c3a3..0654c77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,9 +910,9 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memoffset" @@ -1336,9 +1336,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 56794a7..7b10baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "7.0", features = ["axum"] } +utoipa-swagger-ui = { version = "7.1", features = ["axum"] } -- cgit v1.2.3