feat: v0.2.0, add harden support

This commit is contained in:
2022-07-27 23:31:25 +08:00
parent 7af1521354
commit 77591990ad
3 changed files with 27 additions and 3 deletions

15
Cargo.lock generated
View File

@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "local-mini-kms"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"base64",
"clap",
@@ -454,6 +454,7 @@ dependencies = [
"lazy_static",
"rusqlite",
"rust_util",
"secmem-proc",
"serde",
"serde_derive",
"serde_json",
@@ -713,6 +714,18 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "secmem-proc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b291669c8562407a90242395b35409c070f748c64268ed7c837bd0550c4dec5"
dependencies = [
"cfg-if",
"libc",
"thiserror",
"winapi",
]
[[package]]
name = "serde"
version = "1.0.138"