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 a8e008b..93a067d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "remapper"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
[dependencies]
atools = "0.1.5"
car = "0.1.1"
exoquant = "0.2.0"
-fimg = { version = "0.4.43", git = "https://github.com/bend-n/fimg", default-features = false, features = [
+fimg = { version = "0.4.52", default-features = false, features = [
"save",
"scale",
] }