Skip to content

Commit 7153aa1

Browse files
Bump config from 0.15.11 to 0.15.13 (#28)
Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.11 to 0.15.13. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.11...v0.15.13) --- updated-dependencies: - dependency-name: config dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7efd2b5 commit 7153aa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ panic = "abort"
1919
[dependencies]
2020
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
2121
serde_json = "1.0"
22-
config = { version = "0.15.11", default-features = false, features= ["ini"] }
22+
config = { version = "0.15.13", default-features = false, features= ["ini"] }
2323
env_logger = { version="0.11.6", default-features = false, features = ["humantime", "auto-color"] }
2424
log = "0.4.27"
2525
clap = { version = "4.5.40", default-features = false, features = ["std", "help", "derive"] }

0 commit comments

Comments
 (0)