From 260c704454cefa65549411d36c96ffa81c270a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:53:17 +0000 Subject: [PATCH] build(deps): bump rcgen from 0.12.1 to 0.13.0 Bumps [rcgen](https://github.com/rustls/rcgen) from 0.12.1 to 0.13.0. - [Commits](https://github.com/rustls/rcgen/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- framework_crates/bones_framework/Cargo.toml | 2 +- other_crates/bones_matchmaker/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a58d52dee8..550639033c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4274,12 +4274,13 @@ checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" [[package]] name = "rcgen" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" +checksum = "aa96feb4d337a43eae1b39b6d4cafc2860a46cf9cec6f1e65294244ece65e348" dependencies = [ "pem", "ring 0.17.7", + "rustls-pki-types", "time", "yasna", ] @@ -4501,6 +4502,12 @@ dependencies = [ "base64", ] +[[package]] +name = "rustls-pki-types" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" + [[package]] name = "rustls-webpki" version = "0.101.7" diff --git a/framework_crates/bones_framework/Cargo.toml b/framework_crates/bones_framework/Cargo.toml index 6a80c6235c..0e38c84354 100644 --- a/framework_crates/bones_framework/Cargo.toml +++ b/framework_crates/bones_framework/Cargo.toml @@ -124,7 +124,7 @@ mdns-sd = { version = "0.10", default-features = false } numquant = "0.2" ping-rs = "0.1" postcard = { version = "1.0", features = ["alloc"] } -rcgen = "0.12" +rcgen = "0.13" rustls = { version = "0.21", features = ["dangerous_configuration", "quic"] } smallvec = "1.10" quinn = { version = "0.10", default-features = false, features = ["native-certs", "tls-rustls"] } diff --git a/other_crates/bones_matchmaker/Cargo.toml b/other_crates/bones_matchmaker/Cargo.toml index 847fd87975..eb02c3b855 100644 --- a/other_crates/bones_matchmaker/Cargo.toml +++ b/other_crates/bones_matchmaker/Cargo.toml @@ -15,7 +15,7 @@ either = "1.8" futures-lite = "2.3" once_cell = "1.15" scc = "1.0" -rcgen = "0.12" +rcgen = "0.13" tracing = "0.1" rand = "0.8" bones_matchmaker_proto = { version = "0.2", path = "../bones_matchmaker_proto" }