diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 83b5b9982a..2d8c11792d 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -155,7 +155,7 @@ unic-langid = { version = "0.9.0", optional = true, features = ["macros"] } intl-memoizer = { version = "0.5.1", optional = true } ring = { version = "0.17.7", optional = true } reqwest = { workspace = true, features = ["json"], optional = true } -rcgen = { version = "0.12.0", optional = true } +rcgen = { version = "0.13.2", optional = true } x509-parser = { version = "0.16.0", optional = true } tokio-metrics = { version = "0.3.0", optional = true } rust-embed = { version = "8.0", optional = true }