From e40fefe9595787beb3ade34020e038c3dbbab831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:28:02 +0000 Subject: [PATCH] Update rb-sys-test-helpers requirement in /ext/ruby_native_statistics Updates the requirements on [rb-sys-test-helpers](https://github.com/oxidize-rb/rb-sys) to permit the latest version. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/commits/v0.3.0) --- updated-dependencies: - dependency-name: rb-sys-test-helpers dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ext/ruby_native_statistics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ruby_native_statistics/Cargo.toml b/ext/ruby_native_statistics/Cargo.toml index 9a98762..5ef655b 100644 --- a/ext/ruby_native_statistics/Cargo.toml +++ b/ext/ruby_native_statistics/Cargo.toml @@ -11,7 +11,7 @@ rb-sys-env = "0.2" [dev-dependencies] rb-sys-env = { version = "0.2" } -rb-sys-test-helpers = { version = "0.2" } +rb-sys-test-helpers = { version = "0.3" } [dependencies] magnus = { version = "0.8.0" }