Skip to content

Commit d80c0ff

Browse files
authored
Use HTTPS for xdelta3 in Cargo.toml (#8094)
No issue Use HTTPS for dependency Co-Authored-By: Antonio Viggiano <[email protected]>
1 parent 7a7fe96 commit d80c0ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ validator_test_rig = { path = "testing/validator_test_rig" }
279279
warp = { version = "0.3.7", default-features = false, features = ["tls"] }
280280
warp_utils = { path = "common/warp_utils" }
281281
workspace_members = { path = "common/workspace_members" }
282-
xdelta3 = { git = "http://github.com/sigp/xdelta3-rs", rev = "4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
282+
xdelta3 = { git = "https://github.com/sigp/xdelta3-rs", rev = "4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
283283
zeroize = { version = "1", features = ["zeroize_derive", "serde"] }
284284
zip = "0.6"
285285
zstd = "0.13"

0 commit comments

Comments
 (0)