From a013891d4052c7eca44b536dd6e6fe36a60040bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:31:45 +0000 Subject: [PATCH] Update cxx-build requirement from 1,<=1.0.129 to 1, <=1.0.161 Updates the requirements on [cxx-build](https://github.com/dtolnay/cxx) to permit the latest version. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.0...1.0.161) --- updated-dependencies: - dependency-name: cxx-build dependency-version: 1.0.161 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ceres-solver-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceres-solver-sys/Cargo.toml b/ceres-solver-sys/Cargo.toml index 098d018..e809ea0 100644 --- a/ceres-solver-sys/Cargo.toml +++ b/ceres-solver-sys/Cargo.toml @@ -25,7 +25,7 @@ features = ["c++17"] [build-dependencies] cmake = "0.1" -cxx-build = "1,<=1.0.129" # 1.0.130 requires MSRV 1.70 +cxx-build = "1, <=1.0.161" # 1.0.130 requires MSRV 1.70 pkg-config = { version = "0.3", optional = true } [dev-dependencies]