keylime-agent-rust/rust-keylime-metadata.patch
Anderson Toshiyuki Sasaki 72e12733c3 Update to upstream version 0.1.0
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
2022-11-02 09:54:34 +01:00

25 lines
747 B
Diff

--- a/Cargo.toml 2022-11-01 11:14:11.349498931 +0100
+++ b/Cargo.toml 2022-11-01 14:22:01.934115151 +0100
@@ -21,17 +21,17 @@
actix-web = { version = "4", features = ["openssl"] }
base64 = "0.13"
cfg-if = "1"
-clap = { version = "~3.1.18", features = ["derive"] }
+clap = { version = "3.1.18", features = ["derive"] }
compress-tools = "0.12"
-config = { version = "0.13", features = ["toml"] }
+config = { version = "0.12", features = ["toml"] }
futures = "0.3.6"
glob = "0.3"
hex = "0.4"
libc = "0.2.43"
log = "0.4"
openssl = "0.10.15"
-picky-asn1-der = "0.3.1"
-picky-asn1-x509 = "0.6.1"
+picky-asn1-der = "0.3"
+picky-asn1-x509 = "0.7"
pretty_env_logger = "0.4"
reqwest = {version = "0.11", features = ["json"]}
rust-ini = "0.17"