Compare commits

...

2 Commits

Author SHA1 Message Date
082efa367c Update Rust crate anyhow to 1.0.97
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-29 22:59:42 +00:00
3ffcdad666 Update Rust crate actix-web to 4.10.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-29 18:16:37 +00:00

View File

@ -9,14 +9,14 @@ env_logger = "0.11.7"
lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
anyhow = "1.0.89"
anyhow = "1.0.97"
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.21"
actix-web = { version = "4", features = ["openssl"] }
actix-web = { version = "4.10.2", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.215", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["json"] }