build: Upgraded to the most recent version of gman to fix vault vulnerabilities

This commit is contained in:
2026-02-03 09:24:53 -07:00
parent 2a2922760e
commit 6fd5f47089
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]