From 3d2e251ad659ea18c151d89984cb536906dc51f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:06:26 +0000 Subject: [PATCH] Update config requirement from 0.14 to 0.15 Updates the requirements on [config](https://github.com/rust-cli/config-rs) to permit the latest version. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/0.14.0...v0.15.7) --- updated-dependencies: - dependency-name: config 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 d383871e..aff0ddf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3.17", features = [ "time", ] } chrono = "0.4" -config = { version = "0.14", features = ["preserve_order"] } +config = { version = "0.15", features = ["preserve_order"] } faer = "0.19.3" faer-ext = { version = "0.2.0", features = ["nalgebra", "ndarray"] } pharmsol = "0.7.2"