Update dependencies

This commit is contained in:
Ethan O'Brien
2025-11-20 23:07:00 -06:00
parent 1172b4bd11
commit 9686f3a6ef
2 changed files with 498 additions and 572 deletions

1052
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,29 +4,29 @@ version = "1.0.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
actix-web = { version = "4.10.2" } actix-web = "4.12"
rusqlite = { version = "0.37.0", features = ["bundled"] } rusqlite = { version = "0.37.0", features = ["bundled"] }
reqwest = { version = "0.12", features = ["blocking"] } reqwest = { version = "0.12", features = ["blocking"] }
clap = { version = "4.5.37", features = ["derive"]} clap = { version = "4.5.37", features = ["derive"]}
base64 = "0.22.1" base64 = "0.22.1"
json = "0.12.4" json = "0.12.4"
rand = "0.9.1" rand = "0.9.2"
lazy_static = "1.5.0" lazy_static = "1.5.0"
chrono = "0.4.41" chrono = "0.4.42"
hex = "0.4.3" hex = "0.4.3"
hmac = "0.12.1" hmac = "0.12.1"
md5 = "0.8.0" md5 = "0.8.0"
urlencoding = "2.1.3" urlencoding = "2.1.3"
sha1 = "0.10.6" sha1 = "0.10.6"
substring = "1.4.5" substring = "1.4.5"
uuid = { version = "1.16.0", features = ["v7"] } uuid = { version = "1.18.1", features = ["v7"] }
rsa = { version = "0.9.8", features = ["sha1"] } rsa = { version = "0.9.9", features = ["sha1"] }
mime = "0.3.17" mime = "0.3.17"
sha2 = "0.10.9" sha2 = "0.10.9"
include-flate-codegen = "0.3.0" include-flate-codegen = "0.3.1"
libflate = "2.1.0" libflate = "2.2.1"
serde_json = "1.0.140" serde_json = "1.0.145"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
cbc = { version = "0.1.2", features = ["alloc"] } cbc = { version = "0.1.2", features = ["alloc"] }
aes = "0.8.4" aes = "0.8.4"
pem = "3.0.6" pem = "3.0.6"