Skip to content

Commit

Permalink
Bump the all group with 2 updates (#44)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [clap](https://github.com/clap-rs/clap) and [toml](https://github.com/toml-rs/toml).


Updates `clap` from 4.5.11 to 4.5.13
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.11...v4.5.13)

Updates `toml` from 0.8.16 to 0.8.19
- [Commits](toml-rs/toml@toml-v0.8.16...toml-v0.8.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2024
1 parent 8f3151d commit 45e9e46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -18,7 +18,7 @@ tokio = { version = "^1.39.2", features = ["rt", "rt-multi-thread", "macros", "n
tokio-util = { version = "^0.7.11", features = ["codec"] }
tokio-openssl = "^0.6.4"

toml = "^0.8.16"
toml = "^0.8.19"

tracing = { version = "^0.1.40", features = ["max_level_trace", "release_max_level_debug"] }

Expand Down

0 comments on commit 45e9e46

Please sign in to comment.