From 8d55a7a50f051ef1af9bd97b1d6b7c1cc2c42dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:04:49 +0000 Subject: [PATCH] deps: bump yasna from 0.5.1 to 0.5.2 Bumps [yasna](https://github.com/qnighy/yasna.rs) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/qnighy/yasna.rs/releases) - [Changelog](https://github.com/qnighy/yasna.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/qnighy/yasna.rs/commits) --- updated-dependencies: - dependency-name: yasna dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- transports/tls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 014cc268b0b..502dabef74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5779,9 +5779,9 @@ dependencies = [ [[package]] name = "yasna" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4" +checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ "time", ] diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index ffff5e73347..b5a423fdce1 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -17,7 +17,7 @@ ring = "0.16.20" thiserror = "1.0.36" webpki = "0.22.0" x509-parser = "0.14.0" -yasna = "0.5.0" +yasna = "0.5.2" # Exposed dependencies. Breaking changes to these are breaking changes to us. [dependencies.rustls]