Compare commits

...

2 Commits

Author SHA1 Message Date
0240ab2154 Update Rust crate reqwest to 0.12.15 2025-04-01 02:07:59 +00:00
9bf15f28b8 Update Rust crate libc to 0.2.171 2025-03-31 20:53:03 +00:00

@ -13,13 +13,13 @@ anyhow = "1.0.97"
thiserror = "2.0.3"
openssl = { version = "0.10.66" }
openssl-sys = "0.9.102"
libc = "0.2.159"
libc = "0.2.171"
foreign-types-shared = "0.1.1"
asn1 = "0.21"
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"] }
reqwest = { version = "0.12.15", features = ["json"] }
serde_json = "1.0.131"
rand = "0.9.0"
actix = "0.13.5"