From 38cf9b5496cc312b7c8fed2a37d7620c436e3335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 19:29:35 +0000 Subject: [PATCH] Bump native-tls from 0.2.8 to 0.2.10 Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.8 to 0.2.10. - [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.8...v0.2.10) --- updated-dependencies: - dependency-name: native-tls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plume-models/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70e40e79..58305f14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2599,9 +2599,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" +checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" dependencies = [ "lazy_static", "libc", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 2aa59127..fb7a8e00 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -34,7 +34,7 @@ tracing = "0.1.32" riker = "0.4.2" once_cell = "1.10.0" lettre = "0.9.6" -native-tls = "0.2.8" +native-tls = "0.2.10" [dependencies.chrono] features = ["serde"]