added: shell-escape

This commit is contained in:
2023-02-22 15:29:56 +01:00
parent 50ba6c9934
commit c299a4e132
3 changed files with 13 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -1503,6 +1503,12 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "shell-escape"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
[[package]]
name = "signature"
version = "2.0.0"
@@ -1606,6 +1612,7 @@ dependencies = [
"jwt-compact",
"rand",
"serde",
"shell-escape",
"ssh-cert-dist-common",
"ssh-key",
"tempfile",