1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore: update rcgen to 0.13

This commit is contained in:
Rob Ede
2024-05-19 10:12:32 +01:00
parent 18e02b83d5
commit e8262da138
12 changed files with 48 additions and 33 deletions

View File

@ -130,7 +130,7 @@ env_logger = "0.11"
flate2 = "1.0.13"
futures-util = { version = "0.3.17", default-features = false }
static_assertions = "1.1"
rcgen = "0.12"
rcgen = "0.13"
rustls-pemfile = "2"
tokio = { version = "1.24.2", features = ["rt-multi-thread", "macros"] }
zstd = "0.13"