chore(deps): bump rcgen from 0.13 to 0.14 #70
Reference in New Issue
Block a user
Delete Branch "feat/rcgen-0.14"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
rcgenfrom 0.13.2 to 0.14.7 — closes #66 (Dependabot couldn't merge due to breaking API changes)src/tls.rsto the newIssuerAPI:Certificate+KeyPairargs → unifiedIssuertypeIssuer::from_ca_cert_der(eliminates the old self-signed re-signing round-trip)Issuer::new(params, key_pair)(constructs directly, no DER re-parse)thiserror v1from the dependency tree (rcgen 0.14 uses v2, already pulled by other deps)Test plan
cargo test --lib— 142 passedcargo clippy -- -D warnings— cleancargo fmt --check— cleannumastarts, generates CA cert, serves.numadomains over HTTPS🤖 Generated with Claude Code