Update rcgen dependency

This commit is contained in:
Dirkjan Ochtman 2023-07-26 10:28:38 +02:00
parent a8ccff7a1c
commit d671a1782c
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.10.0"
rcgen = "0.11"
tokio = { version = "1.22.0", features = ["macros", "rt", "rt-multi-thread", "time"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"