From 17b0b50da92121513d2fbfc2fe7430276ceca2a7 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Mon, 30 Oct 2023 11:18:37 -0400 Subject: [PATCH] Cargo: rcgen v0.11.3 -> v0.12.0 This commit bumps the rcgen version from `0.11.3` to `0.12.0` to reflect there are breaking changes in `main`. --- Cargo.lock | 2 +- rcgen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c25ec2ad..f9444d46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.11.3" +version = "0.12.0" dependencies = [ "botan", "openssl", diff --git a/rcgen/Cargo.toml b/rcgen/Cargo.toml index b3f9dba6..2fc139d5 100644 --- a/rcgen/Cargo.toml +++ b/rcgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rcgen" -version = "0.11.3" +version = "0.12.0" documentation = "https://docs.rs/rcgen" description.workspace = true repository.workspace = true