From 58dc3f42faca34908e8fda943aa48818871cb358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:57:19 +0000 Subject: [PATCH] [DPNDBT]: Update rcgen requirement from 0.13 to 0.14 Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version. - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](https://github.com/rustls/rcgen/compare/v0.13.0...v0.14.1) --- updated-dependencies: - dependency-name: rcgen dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rast/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rast/Cargo.toml b/rast/Cargo.toml index 761b4db..2f8d1d5 100644 --- a/rast/Cargo.toml +++ b/rast/Cargo.toml @@ -28,7 +28,7 @@ futures-io = { version = "0.3" } pin-project = "1.1" quinn = { version = "0.11" } rustls = { version = "0.23" } -rcgen = { version = "0.13" } +rcgen = { version = "0.14" } include-flate = { version = "0.3" } [features]