diff --git a/Cargo.lock b/Cargo.lock index 50556b7..5448d7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3449,7 +3449,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "pki-playground" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2dfe36468c494eac17463a4e10be366b35" +source = "git+https://github.com/oxidecomputer/pki-playground?rev=e74ca3af405bf805611b0d210dd2515936b79aaf#e74ca3af405bf805611b0d210dd2515936b79aaf" dependencies = [ "camino", "clap", diff --git a/Cargo.toml b/Cargo.toml index 66d8593..1f23564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "7cdf2ab9c8d log = { version = "0.4.33", features = ["std"] } p384 = { version = "0.13.1", default-features = false } pem-rfc7468 = { version = "1.0.0", default-features = false } -pki-playground = { git = "https://github.com/oxidecomputer/pki-playground", rev = "bcd3bf2dfe36468c494eac17463a4e10be366b35" } +pki-playground = { git = "https://github.com/oxidecomputer/pki-playground", rev = "e74ca3af405bf805611b0d210dd2515936b79aaf" } rats-corim.git = "https://github.com/oxidecomputer/rats-corim" ron = "0.8" rpassword = "7.4.0"