From 23dd1f89779b951701141d597c93b6b5e48a82f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:27:32 +0000 Subject: [PATCH] build(deps): bump good_lp from 1.15.1 to 1.15.2 Bumps [good_lp](https://github.com/rust-or/good_lp) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/rust-or/good_lp/releases) - [Commits](https://github.com/rust-or/good_lp/compare/v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: good_lp dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56d2b43..270e6ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2687,9 +2687,9 @@ dependencies = [ [[package]] name = "good_lp" -version = "1.15.1" +version = "1.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf53d2a05420f562c917615b80018647ca03766aa58376de077034627da0fb10" +checksum = "745190412d5ff4a54335cd16229a475ad3fb8f5474a5c1358292d62932187ea7" dependencies = [ "fnv", "microlp",