aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-11-09 14:12:18 +0100
committermetamuffin <metamuffin@disroot.org>2025-11-09 14:12:18 +0100
commit2efc5f9444402c5ef9db25887f2e95d184af8e05 (patch)
tree07f317780bdbe87d633e5340fe87bc604484730d /Cargo.toml
parent6032bfd0fa7cfd10d1bc17e44f91a789aa86efad (diff)
downloadjellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar
jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.bz2
jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.zst
upgrade deps + clippy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa14194..15923db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,11 +22,11 @@ resolver = "3"
rocket = "0.5"
rocket_ws = "0.1"
-log = "0.4.25"
-anyhow = "1.0.95"
-tokio = { version = "1.43.0", features = ["full"] }
+log = "0.4.28"
+anyhow = "1.0.100"
+tokio = { version = "1.48.0", features = ["full"] }
-reqwest = { version = "0.12.12", default-features = false, features = [
+reqwest = { version = "0.12.24", default-features = false, features = [
"rustls-tls",
"json",
"blocking",