diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", | |||
13 | time = { version = "0.3", features = ["macros"] } | 13 | time = { version = "0.3", features = ["macros"] } |
14 | serde = { version = "1.0", features = ["derive"] } | 14 | serde = { version = "1.0", features = ["derive"] } |
15 | serde_json = "1.0" | 15 | serde_json = "1.0" |
16 | config = "0.13" | 16 | config = "0.14" |
17 | once_cell = "1.18" | 17 | once_cell = "1.18" |
18 | sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]} | 18 | sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]} |
19 | surge-ping = "0.8" | 19 | surge-ping = "0.8" |