about summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Cargo.toml b/util/Cargo.toml
index 83907c8..53e94eb 100644
--- a/util/Cargo.toml
+++ b/util/Cargo.toml
@@ -29,7 +29,7 @@ version = "^1.42.0"
 features = ["tracing"]
 optional = true
 [dependencies.sqlx]
-version = "0.8"
+version = "0.8.1"
 features = ["json"]
 optional = true
 [dependencies.axum-core]