diff --git a/Cargo.lock b/Cargo.lock index 23ef2b0e..f5852515 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,9 +1619,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "openssl" -version = "0.10.61" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ "bitflags 2.4.2", "cfg-if", @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.97" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", diff --git a/crates/sourcepawn-studio/Cargo.toml b/crates/sourcepawn-studio/Cargo.toml index ef1675c5..dd22fe73 100644 --- a/crates/sourcepawn-studio/Cargo.toml +++ b/crates/sourcepawn-studio/Cargo.toml @@ -66,7 +66,7 @@ profile.workspace = true [dependencies.openssl] optional = true -version = "0.10.60" +version = "0.10.66" [dev-dependencies] assert_unordered = "0.3.5"