build: Upgraded to the most recent version of gman to fix vault vulnerabilities
CI / All (ubuntu-latest) (push) Failing after 5m27s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-02-03 09:24:53 -07:00
parent d5e0728532
commit 0a40ddd2e4
2 changed files with 111 additions and 75 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ rustpython-parser = "0.4.0"
rustpython-ast = "0.4.0"
colored = "3.0.0"
clap_complete = { version = "4.5.58", features = ["unstable-dynamic"] }
gman = "0.2.3"
gman = "0.3.0"
clap_complete_nushell = "4.5.9"
[dependencies.reqwest]