From 93c5642f9f0d51c7c2ca9556e140e62350a6b513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 10:09:14 -0700 Subject: [PATCH] chore: bump rcgen from 0.9.1 to 0.9.2 (#23406) Bumps [rcgen](https://github.com/est31/rcgen) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/est31/rcgen/releases) - [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/est31/rcgen/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d06f42079..b7e50f9d3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3741,9 +3741,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2296a75ce93ea619bd9686d9f4b060f28845236e67d8666bcd02954e872b400" +checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e" dependencies = [ "pem", "ring", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index ebe238f1a3..73d59cf3c4 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.14" nix = "0.23.1" quinn = "0.8.1" rand = "0.7.0" -rcgen = "0.9.1" +rcgen = "0.9.2" rustls = { version = "0.20.4", features = ["dangerous_configuration"] } pem = "1.0.2" pkcs8 = { version = "0.8.0", features = ["alloc"] }