summaryrefslogtreecommitdiff
path: root/devel/dorst/files/patch-Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dorst/files/patch-Cargo.toml')
-rw-r--r--devel/dorst/files/patch-Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/dorst/files/patch-Cargo.toml b/devel/dorst/files/patch-Cargo.toml
index 5436808de00b..5306cd376a02 100644
--- a/devel/dorst/files/patch-Cargo.toml
+++ b/devel/dorst/files/patch-Cargo.toml
@@ -1,4 +1,4 @@
---- Cargo.toml.orig 2025-06-10 14:18:54 UTC
+--- Cargo.toml.orig 2025-08-06 20:45:47 UTC
+++ Cargo.toml
@@ -27,7 +27,7 @@ clap = { version = "4.5", features = ["string"], optio
anyhow = "1.0"
@@ -6,6 +6,6 @@
clap = { version = "4.5", features = ["string"], optional = true }
-git2 = { version = "0.20", features = ["vendored-openssl"] }
+git2 = { version = "0.20" }
- glib = { version = "0.20", optional = true }
- gtk = { version = "0.9", package = "gtk4", features = ["v4_18"], optional = true }
- indicatif = { version = "0.17", optional = true }
+ glib = { version = "0.21", optional = true }
+ gtk = { version = "0.10", package = "gtk4", features = ["v4_18"], optional = true }
+ indicatif = { version = "0.18", optional = true }