From 38bbf4adb90a063d3a64335bd239280bdbbfa6d1 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 7 Aug 2023 17:42:02 -0400 Subject: [PATCH] windows-ctl: 0.1.2-rc.4 --- ctltool/Cargo.toml | 2 +- windows-ctl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ctltool/Cargo.toml b/ctltool/Cargo.toml index d37ed1d..b540561 100644 --- a/ctltool/Cargo.toml +++ b/ctltool/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.0", features = ["derive"] } hex = "0.4" reqwest = { version = "0.11", features = ["blocking"] } serde_json = "1.0" -windows-ctl = { path = "../windows-ctl", version = "0.1.2-rc.3", features = ["serde"]} +windows-ctl = { path = "../windows-ctl", version = "0.1.2-rc.4", features = ["serde"]} indicatif = "0.17" x509-cert = { version = "0.2.0-pre.0", features = ["pem", "std"]} pem-rfc7468 = { version = "0.7.0", features = ["std"]} diff --git a/windows-ctl/Cargo.toml b/windows-ctl/Cargo.toml index 4de1832..c0cc811 100644 --- a/windows-ctl/Cargo.toml +++ b/windows-ctl/Cargo.toml @@ -4,7 +4,7 @@ description = "A crate for parsing Windows Certificate Trust Lists" repository = "https://github.com/trailofbits/windows-ctl" readme = "../README.md" license = "Apache-2.0" -version = "0.1.2-rc.3" +version = "0.1.2-rc.4" edition = "2021" [dependencies]