We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7e59 commit c1dfcb4Copy full SHA for c1dfcb4
Cargo.toml
@@ -271,7 +271,7 @@ validator_test_rig = { path = "testing/validator_test_rig" }
271
warp = { version = "0.3.7", default-features = false, features = ["tls"] }
272
warp_utils = { path = "common/warp_utils" }
273
workspace_members = { path = "common/workspace_members" }
274
-xdelta3 = { git = "http://github.com/sigp/xdelta3-rs", rev = "4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
+xdelta3 = { git = "https://github.com/sigp/xdelta3-rs", rev = "4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
275
zeroize = { version = "1", features = ["zeroize_derive", "serde"] }
276
zip = "0.6"
277
zstd = "0.13"
0 commit comments