aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f95052b..835335b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2353,7 +2353,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2353 2353
2354[[package]] 2354[[package]]
2355name = "webol" 2355name = "webol"
2356version = "0.3.1" 2356version = "0.3.2"
2357dependencies = [ 2357dependencies = [
2358 "axum", 2358 "axum",
2359 "axum-macros", 2359 "axum-macros",
@@ -2364,6 +2364,7 @@ dependencies = [
2364 "serde_json", 2364 "serde_json",
2365 "sqlx", 2365 "sqlx",
2366 "surge-ping", 2366 "surge-ping",
2367 "thiserror",
2367 "time", 2368 "time",
2368 "tokio", 2369 "tokio",
2369 "tracing", 2370 "tracing",