Skip to content

Commit

Permalink
Update config requirement from 0.14.1 to 0.15.4
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@v0.14.1...v0.15.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a910c00 commit 4b63d0e
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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
config = { version = "0.14.1", features = ["toml"] }
config = { version = "0.15.4", features = ["toml"] }
reqwest = { version = "0.12.9", features = ["json"] }
rumqttc = "0.24.0"
serde = { version = "1.0.215", features = ["derive"] }
Expand Down

0 comments on commit 4b63d0e

Please sign in to comment.