diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1799,7 +1799,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", @@ -15,5 +15,5 @@ nix = { version = "0.26.1", features = ["ioctl"] } reqwest = { version = "0.11.13", 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.3.0" |