From 1d1940e9fa8cf05e886e26c927ec17f5c2145f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:04:14 +0800 Subject: [PATCH] chore(deps): update rcgen requirement from 0.11 to 0.12 (#572) Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version. - [Changelog](https://github.com/rustls/rcgen/blob/v0.11.3/CHANGELOG.md) - [Commits](https://github.com/rustls/rcgen/compare/v0.11.0...v0.11.3) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d00412ea..12e44775b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ proc-macro2 = "1" quinn = { version = "0.10", default-features = false } quote = "1" rand = "0.8" -rcgen = "0.11" +rcgen = "0.12" regex = "1" ring = "0.17" rust_decimal = "1"