From 0983038105defd2bcd528d17778b26c1e7fdfff2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 10 Jun 2019 04:13:15 +0000 Subject: [PATCH] Update rcgen requirement from 0.2 to 0.3 Updates the requirements on [rcgen](https://github.com/est31/rcgen) to permit the latest version. - [Release notes](https://github.com/est31/rcgen/releases) - [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/est31/rcgen/commits/v0.3.1) Signed-off-by: dependabot-preview[bot] --- quinn-h3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-h3/Cargo.toml b/quinn-h3/Cargo.toml index b29e0c7e7..2b94dec08 100644 --- a/quinn-h3/Cargo.toml +++ b/quinn-h3/Cargo.toml @@ -47,7 +47,7 @@ slog-term = "2" structopt = "0.2.7" tokio-current-thread = "0.1" url = "1.7" -rcgen = "0.2" +rcgen = "0.3" directories = "1.0.2" rand = "0.6.5"