Skip to content

Commit 6397edb

Browse files
authored
chore(deps): Fix issue with cargo refetching refs on every run (vectordotdev#18331)
bug(deps): Fix issue with `cargo` refetching refs on every run Cargo appears to have an issue with tag names containing a `+` that causes it to re-fetch the git repos as well as the cargo.io index on each run. Changing those tag names resolves the issue.
1 parent d41f9f6 commit 6397edb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e3
391391
# The current `openssl-sys` crate will vendor the OpenSSL sources via
392392
# `openssl-src` at version 1.1.1*, but we want version 3.1.*. Bring in forked
393393
# version of that crate with the appropriate dependency patched in.
394-
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl.git", tag = "openssl-sys-v0.9.91+3.0.0" }
395-
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs.git", tag = "release-300-force-engine+3.1.2"}
394+
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl", tag = "openssl-sys-v0.9.91_3.0.0" }
395+
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs", tag = "release-300-force-engine_3.1.2" }
396396

397397
[features]
398398
# Default features for *-unknown-linux-gnu and *-apple-darwin

0 commit comments

Comments
 (0)