Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [toml](https://github.com/toml-rs/toml).


Updates `clap` from 4.5.8 to 4.5.11
- [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.8...clap_complete-v4.5.11)

Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.204)

Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.121)

Updates `toml` from 0.8.14 to 0.8.17
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent deea7d8 commit 11ea07c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/slowli/term-transcript"
anyhow = "1.0.86"
assert_matches = "1.5.0"
bytecount = "0.6.8"
clap = "4.5.8"
clap = "4.5.11"
doc-comment = "0.3.3"
handlebars = "5.1.2"
humantime = "2.1.0"
Expand All @@ -28,7 +28,7 @@ serde_json = "1.0"
tempfile = "3.10.1"
termcolor = "1.4.1"
test-casing = "0.1.3"
toml = "0.8.14"
toml = "0.8.17"
tracing = "0.1.40"
tracing-capture = "0.1.0"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 11ea07c

Please sign in to comment.