From a1478c3a593f8403a10ce5d046cd03dc8cf57342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 02:24:34 +0000 Subject: [PATCH] build(deps): bump openssl-sys from 0.9.109 to 0.9.111 Bumps [openssl-sys](https://github.com/rust-openssl/rust-openssl) from 0.9.109 to 0.9.111. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.109...openssl-sys-v0.9.111) --- updated-dependencies: - dependency-name: openssl-sys dependency-version: 0.9.111 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gnd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnd/Cargo.toml b/gnd/Cargo.toml index 9b775bd03d1..a0c8cb91828 100644 --- a/gnd/Cargo.toml +++ b/gnd/Cargo.toml @@ -27,7 +27,7 @@ serde = { workspace = true } notify = "8.2.0" globset = "0.4.18" pq-sys = { version = "0.7.5", features = ["bundled"] } -openssl-sys = { version = "0.9.100", features = ["vendored"] } +openssl-sys = { version = "0.9.111", features = ["vendored"] } [target.'cfg(unix)'.dependencies] pgtemp = { git = "https://github.com/graphprotocol/pgtemp", branch = "initdb-args" }