diff --git a/Cargo.lock b/Cargo.lock index b0a3a16bafa26..cd81ba07ae52e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5843,7 +5843,7 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" version = "300.1.3+3.1.2" -source = "git+https://github.com/vectordotdev/openssl-src-rs.git?tag=release-300-force-engine+3.1.2#98b1172bcef15358ad7bbf4baa3a3aa59d831e81" +source = "git+https://github.com/vectordotdev/openssl-src-rs?tag=release-300-force-engine_3.1.2#98b1172bcef15358ad7bbf4baa3a3aa59d831e81" dependencies = [ "cc", ] @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "openssl-sys" version = "0.9.91" -source = "git+https://github.com/vectordotdev/rust-openssl.git?tag=openssl-sys-v0.9.91+3.0.0#c3a8b494e0a8ab88db692c239d30c903353b56a3" +source = "git+https://github.com/vectordotdev/rust-openssl?tag=openssl-sys-v0.9.91_3.0.0#c3a8b494e0a8ab88db692c239d30c903353b56a3" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1d20ee364bf53..73842b5395a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -391,8 +391,8 @@ ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e3 # The current `openssl-sys` crate will vendor the OpenSSL sources via # `openssl-src` at version 1.1.1*, but we want version 3.1.*. Bring in forked # version of that crate with the appropriate dependency patched in. -openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl.git", tag = "openssl-sys-v0.9.91+3.0.0" } -openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs.git", tag = "release-300-force-engine+3.1.2"} +openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl", tag = "openssl-sys-v0.9.91_3.0.0" } +openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs", tag = "release-300-force-engine_3.1.2" } [features] # Default features for *-unknown-linux-gnu and *-apple-darwin