aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-03-26 10:46:43 +0100
committerMax Audron <audron@cocaine.farm>2025-03-26 10:46:43 +0100
commitf8560b936c3ffa33a29ad97ff02e3286393a8035 (patch)
tree6d62e08697a0eccda3a125b5b717e313ff689595 /Cargo.toml
parenti do not know what i did anymore (diff)
update dependencies and rust version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml23
1 files changed, 12 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 651264a..912aafb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,24 +12,25 @@ repository = "https://gitlab.com/cocainefarm/gtree"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
futures = "0.3"
-itertools = "0.11"
+itertools = "0.14"
num_cpus = "1"
once_cell = "1"
-gitlab = "0.1605"
-graphql_client = "0.11"
+gitlab = "0.1710"
+graphql_client = "0.14"
-gix = { version = "0.58", default-features = false, features = [
- "status"
- , "index"
- , "credentials"
- , "blocking-http-transport-reqwest-rust-tls"
- , "worktree-mutation"
- , "max-performance-safe"
- , "parallel"
+gix = { version = "0.70", default-features = false, features = [
+ "status",
+ "index",
+ "credentials",
+ "blocking-http-transport-reqwest-rust-tls",
+ "worktree-mutation",
+ "max-performance-safe",
+ "parallel",
] }
gix-worktree-state = "*"
gix-index = "*"
+gix-validate = "*"
walkdir = "2"