@@ -25,14 +25,14 @@ profiling = ["dep:pprof"]
2525axum = " 0.8"
2626tokio = { version = " 1" , features = [" full" ] }
2727tower = " 0.5"
28- tower-http = { version = " 0.6 " , features = [" cors" , " fs" ] }
28+ tower-http = { version = " 0.7 " , features = [" cors" , " fs" ] }
2929
3030# Serialization
3131serde = { version = " 1" , features = [" derive" , " rc" ] }
3232serde_json = " 1"
3333
3434# Database
35- sqlx = { version = " 0.8 " , features = [" runtime-tokio-rustls" , " sqlite" , " postgres" , " migrate" ] }
35+ sqlx = { version = " 0.9 " , features = [" runtime-tokio-rustls" , " sqlite" , " postgres" , " migrate" ] }
3636
3737# Caching and concurrent data structures
3838dashmap = " 6"
@@ -63,8 +63,8 @@ reqwest = { version = "0.13", default-features = false, features = ["json", "rus
6363base64 = { version = " 0.22" , default-features = false , features = [" std" ] }
6464
6565# Cursor pagination
66- sha2 = " 0.10 "
67- hmac = " 0.12 "
66+ sha2 = " 0.11 "
67+ hmac = " 0.13 "
6868subtle = " 2.6"
6969
7070# Static file embedding
@@ -76,7 +76,7 @@ clap = { version = "4", features = ["derive"] }
7676chrono = " 0.4"
7777
7878# Analytics - GeoIP
79- maxminddb = { version = " 0.27 " , features = [" mmap" , " simdutf8" ] }
79+ maxminddb = { version = " 0.29 " , features = [" mmap" , " simdutf8" ] }
8080
8181# IP address and CIDR manipulation
8282ipnet = " 2"
0 commit comments