Skip to content

Commit

Permalink
Update config requirement from 0.13.3 to 0.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [config](https://github.com/mehcode/config-rs) to permit the latest version.
- [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-cli/config-rs@0.13.3...0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and CosminLazar committed Feb 5, 2024
1 parent 1c47b83 commit a85d9ba
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 = "0.4.26"
config = { version = "0.13.3", features = ["toml"] }
config = { version = "0.14.0", features = ["toml"] }
easy-scraper = "0.2.0"
reqwest = { version = "0.11.18" }
rumqttc = "0.23.0"
Expand Down

0 comments on commit a85d9ba

Please sign in to comment.