From 0c4798557f42477bf0ce0ce754e311a8c590919c Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 9 Jan 2024 03:17:57 -0500 Subject: [PATCH] chore: change git url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cd0b26..2e48f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ flate2 = { version = "1", default-features = false, features = ["zlib-ng"], opti num_cpus = { version = "1", optional = true } serde = { version = "1", features = ["derive"], optional = true } serde_json = { version = "1", optional = true } -sqpack = { git = "https://git.anna.lgbt/ascclemens/sqpack-rs", features = ["read", "write"], optional = true } +sqpack = { git = "https://git.anna.lgbt/anna/sqpack-rs", features = ["read", "write"], optional = true } tempfile = { version = "3", optional = true } thiserror = { version = "1", optional = true } zip = { version = "0.6", default-features = false, features = ["deflate-zlib"], optional = true }