From 28d01e7b00bdb86b8a152a962b0d1f82f08d00e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:10:55 +0000 Subject: [PATCH] Bump(deps): Update statrs requirement from 0.18 to 0.19 Updates the requirements on [statrs](https://github.com/statrs-dev/statrs) to permit the latest version. - [Release notes](https://github.com/statrs-dev/statrs/releases) - [Changelog](https://github.com/statrs-dev/statrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/statrs-dev/statrs/compare/v0.18.0...v0.18.0) --- updated-dependencies: - dependency-name: statrs dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b623a8657..9cb996378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ sha2 = "0.11" smallvec = "1.15" snap = "1" soapberry-zip = { path = "crates/soapberry-zip" } -statrs = "0.18" +statrs = "0.19" sxd-document = "0.3" sxd-xpath = "0.4"