fix openssl
All checks were successful
Build and Test / account (push) Successful in 8m0s

This commit is contained in:
Maple Nebel 2026-05-02 13:42:03 +02:00
commit 8d6a90df79
4 changed files with 11 additions and 7 deletions

8
Cargo.lock generated
View file

@ -607,6 +607,12 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chacha20"
version = "0.10.0"
@ -3905,7 +3911,7 @@ dependencies = [
"rand 0.8.5",
"rsa",
"serde",
"sha1",
"sha1 0.10.6",
"sha2 0.10.9",
"smallvec",
"sqlx-core",