Merge branch 'split_components' of git.shimun.net:shimun/ssh-cert-dist into split_components

This commit is contained in:
2023-03-10 10:50:11 +01:00
3 changed files with 40 additions and 7 deletions

7
Cargo.lock generated
View File

@@ -1520,6 +1520,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"
@@ -1634,6 +1640,7 @@ dependencies = [
"jwt-compact",
"rand",
"serde",
"shell-escape",
"ssh-cert-dist-common",
"ssh-key",
"tempfile",