Skip to content

Commit

Permalink
Update config requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
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](rust-cli/config-rs@0.14.0...v0.15.7)

---
updated-dependencies:
- dependency-name: config
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 5d30c39 commit 3d2e251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d2e251

Please sign in to comment.