Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 7 updates (#169)
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |
| [handlebars](https://github.com/sunng87/handlebars-rust) | `6.0.0` | `6.1.0` |
| [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.128` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.1.14` |

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 Sep 22, 2024
1 parent cba1000 commit 33e79e3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

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

[workspace.dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
assert_matches = "1.5.0"
bytecount = "0.6.8"
clap = "4.5.16"
clap = "4.5.17"
doc-comment = "0.3.3"
handlebars = "6.0.0"
handlebars = "6.1.0"
humantime = "2.1.0"
os_pipe = "1.2.1"
portable-pty = "0.8.0"
pretty_assertions = "1.0.0"
pretty_assertions = "1.4.1"
quick-xml = "0.36.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -31,7 +31,7 @@ toml = "0.8.14"
tracing = "0.1.40"
tracing-capture = "0.1.0"
tracing-subscriber = "0.3.18"
unicode-width = "0.1.13"
unicode-width = "0.1.14"
version-sync = "0.9.2"

# Profile for workspace executables
Expand Down

0 comments on commit 33e79e3

Please sign in to comment.