aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f58f3ad..14a955c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time",
13time = { version = "0.3", features = ["macros"] } 13time = { version = "0.3", features = ["macros"] }
14serde = { version = "1.0", features = ["derive"] } 14serde = { version = "1.0", features = ["derive"] }
15serde_json = "1.0" 15serde_json = "1.0"
16config = "0.13" 16config = "0.14"
17once_cell = "1.18" 17once_cell = "1.18"
18sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]} 18sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]}
19surge-ping = "0.8" 19surge-ping = "0.8"