Skip to content

Commit

Permalink
chore(deps): bump config from 0.14.1 to 0.15.4
Browse files Browse the repository at this point in the history
Bumps [config](https://github.com/rust-cli/config-rs) from 0.14.1 to 0.15.4.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 402b265 commit 2e64b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
22 changes: 3 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inquire = "0.7.5"
crossterm = "0.28.1"
regex = "1.11.1"
similar = { version = "2.6.0", features = ["unicode"] }
config = { version = "0.14.1", default-features = false, features = ["toml"] }
config = { version = "0.15.4", default-features = false, features = ["toml"] }
simplelog = "0.12.2"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"
Expand Down

0 comments on commit 2e64b48

Please sign in to comment.