Upgrade rcgen to 0.12
This commit is contained in:
parent
287fa2469f
commit
a800b1bff7
|
@ -26,7 +26,7 @@ thiserror = "1.0.30"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = "1.0.66"
|
anyhow = "1.0.66"
|
||||||
clap = { version = "4.0.29", features = ["derive"] }
|
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"] }
|
tokio = { version = "1.22.0", features = ["macros", "rt", "rt-multi-thread", "time"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = "0.3.16"
|
tracing-subscriber = "0.3.16"
|
||||||
|
|
Loading…
Reference in New Issue