Skip to content

Commit 4fe49d0

Browse files
⬆️ Update Rust Crates
1 parent 22fbd5f commit 4fe49d0

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
@@ -16,14 +16,14 @@ path = "src/main.rs"
1616
axum = "0.8"
1717
tokio = { version = "1", features = ["full"] }
1818
tower = "0.5"
19-
tower-http = { version = "0.6", features = ["cors", "fs"] }
19+
tower-http = { version = "0.7", features = ["cors", "fs"] }
2020

2121
# Serialization
2222
serde = { version = "1", features = ["derive", "rc"] }
2323
serde_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
2929
dashmap = "6"
@@ -54,8 +54,8 @@ reqwest = { version = "0.13", default-features = false, features = ["json", "rus
5454
base64 = { 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"
5959
subtle = "2.6"
6060

6161
# Static file embedding
@@ -67,7 +67,7 @@ clap = { version = "4", features = ["derive"] }
6767
chrono = "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
7373
ipnet = "2"

0 commit comments

Comments
 (0)