diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1775,7 +1775,7 @@ dependencies = [ [[package]] name = "squashfs-ng" version = "0.1.2" -source = "git+https://github.com/HimbeerserverDE/squashfs-ng-rs.git#dc2a37a7d894a992b02f0703b61ba943655c256e" +source = "git+https://github.com/rustkrazy/squashfs-ng-rs.git#dc2a37a7d894a992b02f0703b61ba943655c256e" dependencies = [ "bindgen", "lazy_static", @@ -14,5 +14,5 @@ fscommon = "0.1.1" reqwest = { version = "0.11.17", features = ["blocking"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -squashfs-ng = { version = "0.1.2", git = "https://github.com/HimbeerserverDE/squashfs-ng-rs.git" } +squashfs-ng = { version = "0.1.2", git = "https://github.com/rustkrazy/squashfs-ng-rs.git" } tempfile = "3.5.0" |