Update dependencies

This commit is contained in:
Ethan O'Brien
2026-05-02 15:59:40 -05:00
parent ad0009baf6
commit d017fc43bb
5 changed files with 389 additions and 519 deletions

View File

@@ -5,25 +5,26 @@ edition = "2024"
[dependencies]
actix-web = "4.13"
rusqlite = { version = "0.38.0", features = ["bundled"] }
rusqlite = { version = "0.39.0", features = ["bundled"] }
clap = { version = "4.5.59", features = ["derive"]}
base64 = "0.22.1"
rand = "0.10.0"
lazy_static = "1.5.0"
hex = "0.4.3"
hmac = "0.12.1"
hmac = "0.13.0"
md5 = "0.8.0"
urlencoding = "2.1.3"
sha1 = "0.10.6"
sha1 = "0.11.0"
substring = "1.4.5"
uuid = { version = "1.21.0", features = ["v7"] }
rsa = { version = "0.9.10", features = ["sha1"] }
# This needs to be on 0.10.* to be able to bump other crates. This is probably fine
rsa = { version = "0.10.0-rc.18", features = ["sha1"] }
mime = "0.3.17"
sha2 = "0.10.9"
sha2 = "0.11.0"
include-flate-codegen = "0.3.1"
libflate = "2.2.1"
cbc = { version = "0.1.2", features = ["alloc"] }
aes = "0.8.4"
cbc = { version = "0.2.0", features = ["alloc"] }
aes = "0.9.0"
pem = "3.0.6"
ureq = "3.2.0"
mime_guess = "2.0.5"