Upgrade rcgen to 0.12

This commit is contained in:
Dirkjan Ochtman 2024-01-25 10:19:46 +01:00
parent 287fa2469f
commit a800b1bff7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ thiserror = "1.0.30"
[dev-dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.29", features = ["derive"] }
rcgen = "0.11"
rcgen = "0.12"
tokio = { version = "1.22.0", features = ["macros", "rt", "rt-multi-thread", "time"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"