Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` |
| [bytecount](https://github.com/llogiq/bytecount) | `0.6.7` | `0.6.8` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.7` |
| [os_pipe](https://github.com/oconnor663/os_pipe.rs) | `1.1.5` | `1.2.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.203` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.118` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.14` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.11` | `0.1.13` |



Updates `anyhow` from 1.0.82 to 1.0.86
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.82...1.0.86)

Updates `bytecount` from 0.6.7 to 0.6.8
- [Commits](https://github.com/llogiq/bytecount/commits)

Updates `clap` from 4.5.4 to 4.5.7
- [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.4...v4.5.7)

Updates `os_pipe` from 1.1.5 to 1.2.0
- [Commits](oconnor663/os_pipe.rs@1.1.5...1.2.0)

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

Updates `serde_json` from 1.0.116 to 1.0.118
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.118)

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

Updates `unicode-width` from 0.1.11 to 0.1.13
- [Commits](unicode-rs/unicode-width@v0.1.11...v0.1.13)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: bytecount
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: os_pipe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: unicode-width
  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 Jun 26, 2024
1 parent 365e44d commit 3dbbcd6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/slowli/term-transcript"

[workspace.dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
assert_matches = "1.5.0"
bytecount = "0.6.7"
clap = "4.5.4"
bytecount = "0.6.8"
clap = "4.5.7"
doc-comment = "0.3.3"
handlebars = "5.1.2"
humantime = "2.1.0"
is-terminal = "0.4.12"
os_pipe = "1.1.5"
os_pipe = "1.2.0"
portable-pty = "0.8.0"
pretty_assertions = "1.0.0"
quick-xml = "0.31.0"
Expand All @@ -28,11 +28,11 @@ serde_json = "1.0"
tempfile = "3.10.1"
termcolor = "1.4.1"
test-casing = "0.1.3"
toml = "0.8.12"
toml = "0.8.14"
tracing = "0.1.40"
tracing-capture = "0.1.0"
tracing-subscriber = "0.3.18"
unicode-width = "0.1.11"
unicode-width = "0.1.13"
version-sync = "0.9.2"

# Profile for workspace executables
Expand Down

0 comments on commit 3dbbcd6

Please sign in to comment.