From 6ebbaf30c9f0a86c69b523f924a3378844988294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 02:12:53 +0000 Subject: [PATCH] chore: bump rcgen from 0.9.2 to 0.9.3 (#28021) * chore: bump rcgen from 0.9.2 to 0.9.3 Bumps [rcgen](https://github.com/est31/rcgen) from 0.9.2 to 0.9.3. - [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.2...v0.9.3) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- programs/sbf/Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afaebf609..d4c6d859a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3931,9 +3931,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.9.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e" +checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", "ring", diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 91664cc29..3b0b385ca 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -3560,9 +3560,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.9.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e" +checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", "ring", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 0a656f1f9..c7283432c 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -26,7 +26,7 @@ quinn-proto = "0.8.4" quinn-udp = "0.1.3" rand = "0.7.0" -rcgen = "0.9.2" +rcgen = "0.10.0" rustls = { version = "0.20.6", features = ["dangerous_configuration"] } solana-metrics = { path = "../metrics", version = "=1.15.0" } solana-perf = { path = "../perf", version = "=1.15.0" }