From f8560b936c3ffa33a29ad97ff02e3286393a8035 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 26 Mar 2025 10:46:43 +0100 Subject: update dependencies and rust version --- Cargo.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3