mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-08 16:37:20 +08:00
Update packages
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -4,27 +4,27 @@ version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4.5.1", features = [ "openssl" ] }
|
||||
actix-web = { version = "4.9.0", features = [ "openssl" ] }
|
||||
rusqlite = { version = "0.30.0", features = ["bundled"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
clap = { version = "4.4.6", features = ["derive"]}
|
||||
base64 = "0.21.5"
|
||||
clap = { version = "4.5.20", features = ["derive"]}
|
||||
base64 = "0.21.7"
|
||||
json = "0.12.4"
|
||||
rand = "0.8.5"
|
||||
lazy_static = "1.4.0"
|
||||
chrono = "0.4.31"
|
||||
lazy_static = "1.5.0"
|
||||
chrono = "0.4.38"
|
||||
hex = "0.4.3"
|
||||
hmac = "0.12.1"
|
||||
md5 = "0.7.0"
|
||||
urlencoding = "2.1.3"
|
||||
sha1 = "0.10.6"
|
||||
substring = "1.4.5"
|
||||
uuid = { version = "1.8.0", features = ["v7"] }
|
||||
uuid = { version = "1.11.0", features = ["v7"] }
|
||||
rsa = "0.9.6"
|
||||
mime = "0.3.17"
|
||||
sha2 = "0.10.8"
|
||||
include-flate-codegen = "0.3.0"
|
||||
libflate = "2.1.0"
|
||||
serde_json = "1.0.120"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.129"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
|
Reference in New Issue
Block a user