Update project dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-19 18:48:49 +01:00
parent a059076323
commit b2878510d6
4 changed files with 58 additions and 219 deletions

View File

@ -10,15 +10,15 @@ lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.20", features = ["derive", "env"] }
anyhow = "1.0.89"
thiserror = "1.0.64"
thiserror = "2.0.3"
openssl = { version = "0.10.66" }
openssl-sys = "0.9.102"
libc = "0.2.159"
foreign-types-shared = "0.1.1"
asn1 = "0.17"
asn1 = "0.19"
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["json"] }
serde_json = "1.0.131"
rand = "0.8.5"