From c71ea5e350484ac7d75e0d354fe466e241c8e695 Mon Sep 17 00:00:00 2001 From: "cw-ananke[bot]" <313427607+cw-ananke[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:43:13 +0000 Subject: [PATCH] chore(deps): pin 11 dependency versions Auto-generated by ananke supply chain detector. --- Cargo.toml | 10 +++++----- libssh2-sys/Cargo.toml | 8 ++++---- systest/Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17423cbf..26a4965a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,13 +18,13 @@ vendored-openssl = ["libssh2-sys/vendored-openssl"] openssl-on-win32 = ["libssh2-sys/openssl-on-win32"] [dependencies] -bitflags = "2" -libc = "0.2" -libssh2-sys = { path = "libssh2-sys", version = "0.3.1" } -parking_lot = "0.12" +bitflags = "=2.13.1" +libc = "=0.2.189" +libssh2-sys = { path = "libssh2-sys", version = "=0.3.2" } +parking_lot = "=0.12.5" [dev-dependencies] -tempfile = "3" +tempfile = "=3.27.0" [workspace] members = ['systest'] diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index dab1f1b6..da51ffbb 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -19,8 +19,8 @@ zlib-ng-compat = ["libz-sys/zlib-ng"] openssl-on-win32 = ["openssl-sys"] [dependencies] -libc = "0.2" -libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] } +libc = "=0.2.189" +libz-sys = { version = "=1.1.29", default-features = false, features = ["libc"] } [target."cfg(unix)".dependencies] openssl-sys = "0.9.35" @@ -29,8 +29,8 @@ openssl-sys = "0.9.35" openssl-sys = { version="0.9.35", optional = true } [build-dependencies] -pkg-config = "0.3.11" -cc = "1.0.25" +pkg-config = "=0.3.34" +cc = "=1.4.3" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2" diff --git a/systest/Cargo.toml b/systest/Cargo.toml index 09e06f5f..f84ffbf0 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -6,7 +6,7 @@ build = "build.rs" [dependencies] libssh2-sys = { path = "../libssh2-sys" } -libc = "0.2" +libc = "=0.2.189" [build-dependencies] -ctest2 = "0.4" +ctest2 = "=0.4.10"