Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 1 update
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [config](https://github.com/mehcode/config-rs).

- [Changelog](https://github.com/mehcode/config-rs/blob/v0.13.4/CHANGELOG.md)
- [Commits](rust-cli/config-rs@0.13.3...v0.13.4)

---
updated-dependencies:
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent 2b44481 commit 8861c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -11,7 +11,7 @@ members = [
[workspace.dependencies]
anyhow = { version = "1.0.75", default-features = false, features = ["std"] }
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
config = { version = "0.13.4", default-features = false, features = ["toml"] }
entity = { version = "2.0.1", path = "./entity" }
fnct = { version = "0.6.1", default-features = false, features = ["serde_json"] }
hmac = { version = "0.12.1", default-features = false }
Expand Down

0 comments on commit 8861c6c

Please sign in to comment.