[yabridgectl] Update dependencies

Apparently there was a vulnerability in a dependency of a dependency
here.
This commit is contained in:
Robbert van der Helm
2022-06-08 23:12:45 +02:00
parent 7ed36d481d
commit 29a2dff7da
2 changed files with 193 additions and 34 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] }
colored = "2.0.0"
is_executable = "1.0.1"
goblin = { version = "0.5", default_features = false, features = ["std", "pe32", "pe64"] }
promptly = "0.3.0"
promptly = "0.3.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
rayon = "1.5.1"