From 7aa00d52de5d60a0a3b8bd432b96083e2c95c019 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 2 Jun 2026 13:59:10 -0600 Subject: [PATCH] build: upgraded to gman 0.5.0 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88d7947..58568db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2426,9 +2426,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gman" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "742225eb41061a0938aa0924ce8d08a1ec48875789b72ce3f0cb02eda52ab1db" +checksum = "20bc3b0ed380d792157e067f2f1f1ce871d4c799dc8e23ece46340a48cd49942" dependencies = [ "anyhow", "argon2", @@ -2466,6 +2466,7 @@ dependencies = [ "serde_with", "serde_yaml", "tempfile", + "thiserror 2.0.18", "tokio", "validator", "which", diff --git a/Cargo.toml b/Cargo.toml index 8264d5c..7753e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ tree-sitter-python = "0.25.0" tree-sitter-typescript = "0.23" colored = "3.0.0" clap_complete = { version = "4.5.58", features = ["unstable-dynamic"] } -gman = "0.4.1" +gman = "0.5.0" clap_complete_nushell = "4.5.9" open = "5" rand = { version = "0.10.0", features = ["default"] }