Update dependencies

This commit is contained in:
2024-10-14 22:14:55 +02:00
parent 13f8b5a592
commit ebb4f8bdd2
2 changed files with 164 additions and 200 deletions

View File

@ -7,16 +7,16 @@ edition = "2021"
log = "0.4.22"
env_logger = "0.11.5"
lazy_static = "1.5.0"
clap = { version = "4.5.18", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
anyhow = "1.0.89"
thiserror = "1.0.63"
thiserror = "1.0.64"
openssl = { version = "0.10.66" }
openssl-sys = "0.9.102"
libc = "0.2.158"
libc = "0.2.159"
foreign-types-shared = "0.1.1"
asn1 = "0.17"
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.30"
futures = "0.3.31"
serde = { version = "1.0.210", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["json"] }
serde_json = "1.0.128"
@ -27,7 +27,7 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-cors = "0.7.0"
actix-multipart = { version ="0.7.2", features = ["derive"] }
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
futures-util = "0.3.31"
uuid = { version = "1.10.0", features = ["v4", "serde"] }
semver = { version = "1.0.23", features = ["serde"] }
lazy-regex = "3.3.0"
@ -40,4 +40,4 @@ prettytable-rs = "0.10.0"
chrono = "0.4.38"
serde_yml = "0.0.12"
bincode = "=2.0.0-rc.3"
fs4 = { version = "0.9", features = ["sync"] }
fs4 = { version = "0.10.0", features = ["sync"] }