Cargo: unpin rcgen dev-dependency

Rcgen 0.11.3 has been released and fixed the semver breakage that
required temporarily pinning to 0.11.1.
This commit is contained in:
Daniel McCarney 2023-10-02 10:32:27 -04:00 committed by Brian Smith
parent 91992763fb
commit b5a6f4d9e6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ untrusted = "0.7.1"
[dev-dependencies]
base64 = "0.9.1"
rcgen = { version = "=0.11.1", default-features = false }
rcgen = { version = "0.11.3", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"