summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-06-17 10:17:41 +0200
committerfxqnlr <[email protected]>2024-06-17 10:24:58 +0200
commit4a9be3eccd09e40c44a859858523cff7f7ff0b3f (patch)
tree19f6bb2715c71489c8699d8f0076a91a50d6a8a6 /Cargo.toml
parentc124f9fff690a42ea5fb490e4c7e512ba8448951 (diff)
downloadwebol-4a9be3eccd09e40c44a859858523cff7f7ff0b3f.tar
webol-4a9be3eccd09e40c44a859858523cff7f7ff0b3f.tar.gz
webol-4a9be3eccd09e40c44a859858523cff7f7ff0b3f.zip
cargo update + swagger ui update
Signed-off-by: fxqnlr <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }