summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f16c3a3..0654c77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -910,9 +910,9 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
910 910
911[[package]] 911[[package]]
912name = "memchr" 912name = "memchr"
913version = "2.7.2" 913version = "2.7.4"
914source = "registry+https://github.com/rust-lang/crates.io-index" 914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 915checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
916 916
917[[package]] 917[[package]]
918name = "memoffset" 918name = "memoffset"
@@ -1336,9 +1336,9 @@ dependencies = [
1336 1336
1337[[package]] 1337[[package]]
1338name = "redox_syscall" 1338name = "redox_syscall"
1339version = "0.5.1" 1339version = "0.5.2"
1340source = "registry+https://github.com/rust-lang/crates.io-index" 1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 1341checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
1342dependencies = [ 1342dependencies = [
1343 "bitflags", 1343 "bitflags",
1344] 1344]
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"
24mac_address = { version = "1.1", features = ["serde"] } 24mac_address = { version = "1.1", features = ["serde"] }
25tracing-appender = "0.2.3" 25tracing-appender = "0.2.3"
26utoipa = { version = "4.2", features = ["axum_extras"] } 26utoipa = { version = "4.2", features = ["axum_extras"] }
27utoipa-swagger-ui = { version = "7.0", features = ["axum"] } 27utoipa-swagger-ui = { version = "7.1", features = ["axum"] }