Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20153c8..219f9b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,8 @@ edition = "2024"
[dependencies]
array_chunks = "1.0.0"
-atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" }
-fimg = { git = "https://github.com/bend-n/fimg", features = ["save"] }
+atools = { git = "https://git.bendn.org/atools", version = "0.1.7" }
+fimg = { git = "https://git.bendn.org/fimg", features = ["save"] }
implicit-fn = "0.1.0"
itertools = "0.14.0"
lower = "0.2.0"