From c45f69977ba4ea67720173622f003d48d43dcf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:29:35 +0900 Subject: [PATCH] Bump schannel from 0.1.28 to 0.1.29 (#7542) Bumps [schannel](https://github.com/steffengy/schannel-rs) from 0.1.28 to 0.1.29. - [Release notes](https://github.com/steffengy/schannel-rs/releases) - [Commits](https://github.com/steffengy/schannel-rs/compare/v0.1.28...v0.1.29) --- updated-dependencies: - dependency-name: schannel dependency-version: 0.1.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec0847339..74cd95662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3511,9 +3511,9 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" +checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" dependencies = [ "windows-sys 0.61.2", ] diff --git a/Cargo.toml b/Cargo.toml index af5d834c0..3b4069d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -214,7 +214,7 @@ rand_core = { version = "0.9", features = ["os_rng"] } rustix = { version = "1.1", features = ["event"] } rustyline = "17.0.1" serde = { package = "serde_core", version = "1.0.225", default-features = false, features = ["alloc"] } -schannel = "0.1.28" +schannel = "0.1.29" scoped-tls = "1" scopeguard = "1" static_assertions = "1.1"