maintenance

This commit is contained in:
2026-05-31 22:24:20 +02:00
parent f6bf8c656c
commit 0a56c4c572
10 changed files with 2104 additions and 1564 deletions
+8 -8
View File
@@ -2,8 +2,8 @@
name = "cryptgeon"
version = "2.9.1"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
rust-version = "1.85"
edition = "2024"
rust-version = "1.95"
[[bin]]
name = "cryptgeon"
@@ -11,12 +11,12 @@ path = "src/main.rs"
[dependencies]
# Core
axum = "0.7.5"
serde = { version = "1.0.208", features = ["derive"] }
tokio = { version = "1.39.3", features = ["full"] }
tower = "0.5.0"
tower-http = { version = "0.5.2", features = ["full"] }
redis = { version = "0.25.2", features = ["tls-native-tls"] }
axum = "0.8"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tower = "0.5"
tower-http = { version = "0.6", features = ["full"] }
redis = { version = "1", features = ["tls-native-tls"] }
# Utility
serde_json = "1"