Use HTTPS for xdelta3 in Cargo.toml (#8094)

No issue


  Use HTTPS for dependency


Co-Authored-By: Antonio Viggiano <agfviggiano@gmail.com>
This commit is contained in:
Antonio Viggiano
2025-09-23 22:20:10 -03:00
committed by GitHub
parent 7a7fe9663c
commit d80c0ff5b5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -11165,7 +11165,7 @@ dependencies = [
[[package]]
name = "xdelta3"
version = "0.1.5"
source = "git+http://github.com/sigp/xdelta3-rs?rev=4db64086bb02e9febb584ba93b9d16bb2ae3825a#4db64086bb02e9febb584ba93b9d16bb2ae3825a"
source = "git+https://github.com/sigp/xdelta3-rs?rev=4db64086bb02e9febb584ba93b9d16bb2ae3825a#4db64086bb02e9febb584ba93b9d16bb2ae3825a"
dependencies = [
"bindgen",
"cc",