From a44e07190d56fa0faef2ff1c5687c72616bff262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 04:23:27 +0000 Subject: [PATCH] Bump native-tls from 0.2.11 to 0.2.12 Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.11 to 0.2.12. - [Release notes](https://github.com/sfackler/rust-native-tls/releases) - [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/rust-native-tls/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: native-tls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a1f0c1..ef54cc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,11 +703,10 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "lazy_static", "libc", "log", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 7876590..90b4cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.8.12" rusqlite = { version = "0.30.0", features = ["url", "time"] } gemtext = "0.2.1" -native-tls = { version = "0.2.11", features = ["vendored"] } +native-tls = { version = "0.2.12", features = ["vendored"] } x509-parser = "0.16.0" ring = "0.16.20" time = { version = "0.3.36", features = ["serde", "serde-human-readable", "std", "formatting", "parsing"] }