Skip to content

Commit cd47fdc

Browse files
⬆️ Update Rust Crates
1 parent 81e03bc commit cd47fdc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ profiling = ["dep:pprof"]
2525
axum = "0.8"
2626
tokio = { version = "1", features = ["full"] }
2727
tower = "0.5"
28-
tower-http = { version = "0.6", features = ["cors", "fs"] }
28+
tower-http = { version = "0.7", features = ["cors", "fs"] }
2929

3030
# Serialization
3131
serde = { version = "1", features = ["derive", "rc"] }
3232
serde_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
3838
dashmap = "6"
@@ -63,8 +63,8 @@ reqwest = { version = "0.13", default-features = false, features = ["json", "rus
6363
base64 = { 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"
6868
subtle = "2.6"
6969

7070
# Static file embedding
@@ -76,7 +76,7 @@ clap = { version = "4", features = ["derive"] }
7676
chrono = "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
8282
ipnet = "2"

0 commit comments

Comments
 (0)