Compare commits

..

1 Commits

Author SHA1 Message Date
83191e70d9 Update Rust crate rust-embed to 8.6.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-02 00:38:00 +00:00

View File

@ -11,7 +11,7 @@ dotenvy = "0.15.7"
clap = { version = "4.5.34", features = ["derive", "env"] } clap = { version = "4.5.34", features = ["derive", "env"] }
anyhow = "1.0.97" anyhow = "1.0.97"
thiserror = "2.0.3" thiserror = "2.0.3"
openssl = { version = "0.10.71" } openssl = { version = "0.10.66" }
openssl-sys = "0.9.102" openssl-sys = "0.9.102"
libc = "0.2.171" libc = "0.2.171"
foreign-types-shared = "0.1.1" foreign-types-shared = "0.1.1"