diff options
author | FxQnLr <[email protected]> | 2023-10-30 13:12:18 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-10-30 13:12:18 +0100 |
commit | f8f0565c42db7c612ac12b9a58155051e795639a (patch) | |
tree | 351cd142df3171d583b64af2c09b86aad899604c /Cargo.toml | |
parent | 158dbf0a382289bbc68973aa1dda4213e625bd5a (diff) | |
download | webol-f8f0565c42db7c612ac12b9a58155051e795639a.tar webol-f8f0565c42db7c612ac12b9a58155051e795639a.tar.gz webol-f8f0565c42db7c612ac12b9a58155051e795639a.zip |
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,15 +7,15 @@ edition = "2021" | |||
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | axum = { version = "0.6.20", features = ["headers", "ws"] } | 9 | axum = { version = "0.6.20", features = ["headers", "ws"] } |
10 | tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } | 10 | tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } |
11 | tracing = "0.1.37" | 11 | tracing = "0.1.40" |
12 | tracing-subscriber = { version = "0.3.17", features = ["env-filter", "local-time", "time"] } | 12 | tracing-subscriber = { version = "0.3.17", features = ["env-filter", "local-time", "time"] } |
13 | time = { version = "0.3.29", features = ["macros"] } | 13 | time = { version = "0.3.30", features = ["macros"] } |
14 | serde = { version = "1.0.188", features = ["derive"] } | 14 | serde = { version = "1.0.190", features = ["derive"] } |
15 | serde_json = "1.0.107" | 15 | serde_json = "1.0.107" |
16 | config = "0.13.3" | 16 | config = "0.13.3" |
17 | once_cell = "1.18.0" | 17 | once_cell = "1.18.0" |
18 | sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} | 18 | sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio"]} |
19 | surge-ping = "0.8.0" | 19 | surge-ping = "0.8.0" |
20 | axum-macros = "0.3.8" | 20 | axum-macros = "0.3.8" |
21 | uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } | 21 | uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } |