From bf7f87508881f1f776441ba7a273bb6bc489b2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:03:51 +0000 Subject: [PATCH] Update lbfgs requirement from 0.2 to 0.3 Updates the requirements on [lbfgs](https://github.com/korken89/lbfgs-rs) to permit the latest version. - [Release notes](https://github.com/korken89/lbfgs-rs/releases) - [Changelog](https://github.com/korken89/lbfgs-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/korken89/lbfgs-rs/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: lbfgs dependency-version: 0.3.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 b967529b..90c11373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ rustdoc-args = ["--html-in-header", "katex-header.html"] num = "0.4" # Our own stuff - L-BFGS: limited-memory BFGS directions -lbfgs = "0.2" +lbfgs = "0.3" # Instant is a generic timer that works on Wasm (with wasm-bindgen) instant = { version = "0.1" }