about summary refs log tree commit diff
path: root/util/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-12-30 23:29:45 +0300
committerVika <vika@fireburn.ru>2024-12-30 23:29:45 +0300
commit6300ccff4bb7f9e2e8167003fae51bec2561d82f (patch)
tree55f47849de90de15f36972a939a2286ad51de1fd /util/Cargo.toml
parentc9cab223d4e713235e290e786d83befe1802012e (diff)
downloadkittybox-6300ccff4bb7f9e2e8167003fae51bec2561d82f.tar.zst
Upgrade SemVer-breaking packages
Change-Id: I187fbf798ea6e29a8d04c4e3a894dc4a115ea9a7
Diffstat (limited to 'util/Cargo.toml')
-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]