Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): update config requirement from 0.13.1 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.1...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 JonaC22 committed Feb 5, 2024
1 parent 2fed648 commit 92a8ba7
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 @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
web3 = "0.19.0"
tokio = { version = "1.19.2", features = ["full"] }
config = "0.13.1"
config = "0.14.0"
reqwest = "0.11.11"
jql = "7.0.1"
serde_json = "1.0.82"
Expand Down

0 comments on commit 92a8ba7

Please sign in to comment.