@@ -16,14 +16,14 @@ path = "src/main.rs"
1616axum = " 0.8"
1717tokio = { version = " 1" , features = [" full" ] }
1818tower = " 0.5"
19- tower-http = { version = " 0.6 " , features = [" cors" , " fs" ] }
19+ tower-http = { version = " 0.7 " , features = [" cors" , " fs" ] }
2020
2121# Serialization
2222serde = { version = " 1" , features = [" derive" , " rc" ] }
2323serde_json = " 1"
2424
2525# Database
26- sqlx = { version = " 0.8 " , features = [" runtime-tokio-rustls" , " sqlite" , " postgres" , " migrate" ] }
26+ sqlx = { version = " 0.9 " , features = [" runtime-tokio-rustls" , " sqlite" , " postgres" , " migrate" ] }
2727
2828# Caching and concurrent data structures
2929dashmap = " 6"
@@ -54,8 +54,8 @@ reqwest = { version = "0.13", default-features = false, features = ["json", "rus
5454base64 = { version = " 0.22" , default-features = false , features = [" std" ] }
5555
5656# Cursor pagination
57- sha2 = " 0.10 "
58- hmac = " 0.12 "
57+ sha2 = " 0.11 "
58+ hmac = " 0.13 "
5959subtle = " 2.6"
6060
6161# Static file embedding
@@ -67,7 +67,7 @@ clap = { version = "4", features = ["derive"] }
6767chrono = " 0.4"
6868
6969# Analytics - GeoIP
70- maxminddb = { version = " 0.27 " , features = [" mmap" , " simdutf8" ] }
70+ maxminddb = { version = " 0.28 " , features = [" mmap" , " simdutf8" ] }
7171
7272# IP address and CIDR manipulation
7373ipnet = " 2"
0 commit comments