diff options
author | FxQnLr <[email protected]> | 2024-06-17 10:35:06 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 10:35:06 +0200 |
commit | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (patch) | |
tree | ba345251131779e76c076d60971e4f7f066bf146 /Cargo.toml | |
parent | 04cd0aee6d000073e49b80a530a40cdb176f7f10 (diff) | |
parent | 8268b826cc45f5b2bd31b72339cc310789ab22d4 (diff) | |
download | webol-c6baa076dc41dd43b3888d713fcf39fa901d2cd3.tar webol-c6baa076dc41dd43b3888d713fcf39fa901d2cd3.tar.gz webol-c6baa076dc41dd43b3888d713fcf39fa901d2cd3.zip |
Merge pull request #37 from FxQnLr/time_update
Time update
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ edition = "2021" | |||
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | axum = { version = "0.7", features = ["ws"] } | 9 | axum = { version = "0.7", features = ["ws"] } |
10 | tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] } | 10 | tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] } |
11 | tracing = "0.1" | 11 | tracing = "0.1" |
12 | tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "time"] } | 12 | tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "time"] } |
13 | time = { version = "0.3", features = ["macros"] } | 13 | time = { version = "0.3", features = ["macros"] } |
@@ -24,4 +24,4 @@ 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.3" |
26 | utoipa = { version = "4.2", features = ["axum_extras"] } | 26 | utoipa = { version = "4.2", features = ["axum_extras"] } |
27 | utoipa-swagger-ui = { version = "6.0", features = ["axum"] } | 27 | utoipa-swagger-ui = { version = "7.1", features = ["axum"] } |