From 3976fcfd4a177aea9c7991863b81a396c8287a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 22:23:50 +0000 Subject: [PATCH] chore(deps): Bump schannel from 0.1.21 to 0.1.22 Bumps [schannel](https://github.com/steffengy/schannel-rs) from 0.1.21 to 0.1.22. - [Release notes](https://github.com/steffengy/schannel-rs/releases) - [Commits](https://github.com/steffengy/schannel-rs/compare/v0.1.21...v0.1.22) --- updated-dependencies: - dependency-name: schannel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- lib/vector-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f4c8eb541bc5..4befb01f54906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2926,7 +2926,7 @@ dependencies = [ "once_cell", "proc-macro2 1.0.63", "quote 1.0.29", - "syn 2.0.10", + "syn 2.0.23", ] [[package]] @@ -7236,11 +7236,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" +checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" dependencies = [ - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 1395883640469..a5aed6396a516 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -71,7 +71,7 @@ vrl.workspace = true security-framework = "2.9.1" [target.'cfg(windows)'.dependencies] -schannel = "0.1.21" +schannel = "0.1.22" [build-dependencies] prost-build = "0.11"