diff options
author | fxqnlr <[email protected]> | 2024-07-02 13:58:24 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-07-02 13:58:24 +0200 |
commit | c0ac2f659a9a9af2833549f1f6b7300e3d1d2453 (patch) | |
tree | 188dca378acb57dc7367216d10e38f4bf180d75b /Cargo.toml | |
parent | 596def095af65b0818467038a21e7a6b08dfed9f (diff) | |
download | webol-c0ac2f659a9a9af2833549f1f6b7300e3d1d2453.tar webol-c0ac2f659a9a9af2833549f1f6b7300e3d1d2453.tar.gz webol-c0ac2f659a9a9af2833549f1f6b7300e3d1d2453.zip |
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,11 +17,11 @@ config = "0.14" | |||
17 | surge-ping = "0.8" | 17 | surge-ping = "0.8" |
18 | axum-macros = "0.4" | 18 | axum-macros = "0.4" |
19 | uuid = { version = "1.8", features = ["v4", "fast-rng"] } | 19 | uuid = { version = "1.8", features = ["v4", "fast-rng"] } |
20 | dashmap = "5.5" | 20 | dashmap = "6.0" |
21 | color-eyre = "0.6" | 21 | color-eyre = "0.6" |
22 | thiserror = "1.0" | 22 | thiserror = "1.0" |
23 | ipnetwork = "0.20" | 23 | ipnetwork = "0.20" |
24 | mac_address = { version = "1.1", features = ["serde"] } | 24 | mac_address = { version = "1.1", features = ["serde"] } |
25 | tracing-appender = "0.2.3" | 25 | tracing-appender = "0.2" |
26 | utoipa = { version = "4.2", features = ["axum_extras"] } | 26 | utoipa = { version = "4.2", features = ["axum_extras"] } |
27 | utoipa-swagger-ui = { version = "7.1", features = ["axum"] } | 27 | utoipa-swagger-ui = { version = "7.1", features = ["axum"] } |