From 40d3ab1bebe778cf554b81dad1cb6db7d30bb2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:10:26 +0000 Subject: [PATCH] chore: Update pharmsol requirement from =0.26.1 to =0.27.1 Updates the requirements on [pharmsol](https://github.com/LAPKB/pharmsol) to permit the latest version. - [Release notes](https://github.com/LAPKB/pharmsol/releases) - [Changelog](https://github.com/LAPKB/pharmsol/blob/main/CHANGELOG.md) - [Commits](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.26.1...pharmsol-v0.26.1) --- updated-dependencies: - dependency-name: pharmsol dependency-version: 0.26.1 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 8ef4dd7ee..d1369fd11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing-subscriber = { version = "0.3.19", features = [ "time", ] } faer = "0.24.0" -pharmsol = "=0.26.1" +pharmsol = "=0.27.1" anyhow = "1.0.100" rayon = "1.10.0" rand = "0.10.1"