diff options
author | fxqnlr <[email protected]> | 2024-08-12 17:14:03 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-08-12 17:14:03 +0200 |
commit | 56b7d3260c68510c95a8940385a15faefd84017e (patch) | |
tree | d6888d75f6a46d8d66affb59452f340bf522d235 /Cargo.toml | |
parent | 76c89b47fd74e069f9db73503a5131a5a60b8516 (diff) | |
download | webol-56b7d3260c68510c95a8940385a15faefd84017e.tar webol-56b7d3260c68510c95a8940385a15faefd84017e.tar.gz webol-56b7d3260c68510c95a8940385a15faefd84017e.zip |
update deps
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.38", features = ["macros", "rt-multi-thread"] } | 10 | tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } |
11 | tracing = "0.1" | 11 | tracing = "0.1" |
12 | tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "chrono"] } | 12 | tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "chrono"] } |
13 | time = { version = "0.3", features = ["macros"] } | 13 | time = { version = "0.3", features = ["macros"] } |
@@ -16,7 +16,7 @@ serde_json = "1.0" | |||
16 | config = "0.14" | 16 | 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.10", features = ["v4", "fast-rng"] } |
20 | dashmap = "6.0" | 20 | dashmap = "6.0" |
21 | color-eyre = "0.6" | 21 | color-eyre = "0.6" |
22 | thiserror = "1.0" | 22 | thiserror = "1.0" |