From c7771673cb27fea04b1add7e39ed0f13b2b08026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:17:14 +0000 Subject: [PATCH] chore(deps): Bump security-framework from 2.9.1 to 2.9.2 Bumps [security-framework](https://github.com/kornelski/rust-security-framework) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](https://github.com/kornelski/rust-security-framework/commits) --- updated-dependencies: - dependency-name: security-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/vector-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 085d25317c66b..00136891b51a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7345,9 +7345,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.9.1" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" +checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" dependencies = [ "bitflags 1.3.2", "core-foundation", diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 7500aaf4c5ae2..438e0a7b0629b 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -68,7 +68,7 @@ vector-config-macros = { path = "../vector-config-macros" } vrl.workspace = true [target.'cfg(target_os = "macos")'.dependencies] -security-framework = "2.9.1" +security-framework = "2.9.2" [target.'cfg(windows)'.dependencies] schannel = "0.1.22"