From 790ff720a9db4b8515792a7e05fdb54a8a30e54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:01:15 +0000 Subject: [PATCH] Update rcgen requirement from 0.10.0 to 0.11.1 Updates the requirements on [rcgen](https://github.com/est31/rcgen) to permit the latest version. - [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/est31/rcgen/compare/v0.10.0...v0.11.1) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bench/Cargo.toml | 2 +- perf/Cargo.toml | 2 +- quinn-proto/Cargo.toml | 2 +- quinn/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 059028865..81b3430f7 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.22" bytes = "1" hdrhistogram = { version = "7.2", default-features = false } quinn = { path = "../quinn" } -rcgen = "0.10.0" +rcgen = "0.11.1" rustls = { version = "0.21.0", default-features = false, features = ["quic"] } clap = { version = "4", features = ["derive"] } tokio = { version = "1.0.1", features = ["rt", "sync"] } diff --git a/perf/Cargo.toml b/perf/Cargo.toml index a668503f1..4f4f68df6 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.22" hdrhistogram = { version = "7.2", default-features = false } quinn = { path = "../quinn" } quinn-proto = { path = "../quinn-proto" } -rcgen = "0.10.0" +rcgen = "0.11.1" rustls = { version = "0.21.0", default-features = false, features = ["dangerous_configuration"] } rustls-pemfile = "1.0.0" serde = { version = "1.0", features = ["derive"], optional = true } diff --git a/quinn-proto/Cargo.toml b/quinn-proto/Cargo.toml index f9bbcdc99..3ef0376c7 100644 --- a/quinn-proto/Cargo.toml +++ b/quinn-proto/Cargo.toml @@ -40,6 +40,6 @@ tracing = "0.1.10" [dev-dependencies] assert_matches = "1.1" hex-literal = "0.4.0" -rcgen = "0.10.0" +rcgen = "0.11.1" tracing-subscriber = { version = "0.3.0", default-features = false, features = ["env-filter", "fmt", "ansi", "time", "local-time"] } lazy_static = "1" diff --git a/quinn/Cargo.toml b/quinn/Cargo.toml index 1551a14ec..5c9adea6a 100644 --- a/quinn/Cargo.toml +++ b/quinn/Cargo.toml @@ -53,7 +53,7 @@ crc = "3" bencher = "0.1.5" directories-next = "2" rand = "0.8" -rcgen = "0.10.0" +rcgen = "0.11.1" rustls-pemfile = "1.0.0" clap = { version = "4", features = ["derive"] } tokio = { version = "1.28.1", features = ["rt", "rt-multi-thread", "time", "macros", "sync"] }