aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"
;follow=1'>update garage to 2.0Max Audron-6/+10 2025-07-31fix authentik-ldap port bindingsMax Audron-0/+5 2025-07-31update to nixos 25.05Max Audron-113/+65 2025-07-31add more monitoring exporters and scrapersMax Audron-17/+57 2025-07-30try to run authentik nativelyMax Audron-26/+303 2025-07-30more metricsMax Audron-1/+41 2025-07-30enable firewallsMax Audron-1/+39