From 00f190002b942f70f2be77edc1d4df825276dac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:58:34 +0000 Subject: [PATCH] chore(deps): bump rb-sys from 0.9.117 to 0.9.128 Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.117 to 0.9.128. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.117...v0.9.128) --- updated-dependencies: - dependency-name: rb-sys dependency-version: 0.9.128 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcd322c..4e6bdce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,9 +1164,9 @@ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" [[package]] name = "rb-sys" -version = "0.9.117" +version = "0.9.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44" +checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a" dependencies = [ "rb-sys-build", ] diff --git a/Cargo.toml b/Cargo.toml index 031e49f..9375361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ mq-markdown = "0.8.3" # Pinned below the rb-sys releases (0.9.120+) that added Ruby 4.x-specific # ABI handling, which is buggy on Ruby 4.0 under magnus 0.8.2 and breaks # TypedData class conversion (see MQ::Result CI failures on Ruby 4.0). -rb-sys = "=0.9.117" +rb-sys = "=0.9.128"