diff options
author | Vika <vika@fireburn.ru> | 2024-12-30 23:29:45 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-12-30 23:29:45 +0300 |
commit | 6300ccff4bb7f9e2e8167003fae51bec2561d82f (patch) | |
tree | 55f47849de90de15f36972a939a2286ad51de1fd /util/Cargo.toml | |
parent | c9cab223d4e713235e290e786d83befe1802012e (diff) | |
download | kittybox-6300ccff4bb7f9e2e8167003fae51bec2561d82f.tar.zst |
Upgrade SemVer-breaking packages
Change-Id: I187fbf798ea6e29a8d04c4e3a894dc4a115ea9a7
Diffstat (limited to 'util/Cargo.toml')
-rw-r--r-- | util/Cargo.toml | 2 |
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] |