diff options
-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"] } |