about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml6
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 532723c..432e1ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2973,9 +2973,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
 
 [[package]]
 name = "reqwest"
-version = "0.12.11"
+version = "0.12.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3"
+checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
 dependencies = [
  "async-compression",
  "base64 0.22.1",
diff --git a/Cargo.toml b/Cargo.toml
index 07211fe..6107033 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "kittybox"
 version = "0.1.0"
-rust-version = "1.75.0"
+rust-version = "1.76.0"
 authors = ["Vika <vika@fireburn.ru>"]
 license = "AGPL-3.0-only"
 edition = "2021"
@@ -80,7 +80,7 @@ serde_json = "1.0.134"
 serde_urlencoded = "0.7.1"
 serde_variant = "0.1.3"
 sha2 = "0.10.8"
-sqlx = { version = "0.8.1", features = ["json"] }
+sqlx = { version = "0.8.2", features = ["json"] }
 thiserror = "2.0.9"
 time = "0.3.37"
 tokio = "1.42.0"
@@ -147,7 +147,7 @@ prometheus = { version = "0.13.4", features = ["process"] }
 rand = { workspace = true }
 redis = { version = "0.27.6", features = ["aio", "tokio-comp"], optional = true }
 relative-path = "1.9.3"
-reqwest = { version = "0.12.11", default-features = false, features = ["gzip", "brotli", "json", "stream"] }
+reqwest = { version = "0.12.12", default-features = false, features = ["gzip", "brotli", "json", "stream"] }
 reqwest-middleware = "0.4.0"
 serde = { workspace = true }
 serde_json = { workspace = true }