oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

failed upgrade to `signature` crate v2.2.0 #70

Closed flihp closed 9 months ago

flihp commented 9 months ago

The ecdsa crate has some pretty specific ideas about which version of the signature crate it supports: https://github.com/RustCrypto/signatures/commit/116528faf25de03e9a637c42bbc28cd8a857908b. This is currently preventing the renovate chorebot from updating this dependency gracefully: https://github.com/oxidecomputer/pki-playground/pull/66

flihp commented 9 months ago

resolved by #74