Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.16` |
| [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.12` | `0.4.13` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.208` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.122` | `1.0.125` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` |

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 25, 2024
1 parent 81f43b6 commit 1b4f0db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
39 changes: 20 additions & 19 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ repository = "https://github.com/slowli/term-transcript"
anyhow = "1.0.86"
assert_matches = "1.5.0"
bytecount = "0.6.8"
clap = "4.5.13"
clap = "4.5.16"
doc-comment = "0.3.3"
handlebars = "5.1.2"
humantime = "2.1.0"
is-terminal = "0.4.12"
is-terminal = "0.4.13"
os_pipe = "1.2.1"
portable-pty = "0.8.0"
pretty_assertions = "1.0.0"
quick-xml = "0.31.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.10.1"
tempfile = "3.12.0"
termcolor = "1.4.1"
test-casing = "0.1.3"
toml = "0.8.14"
Expand Down

0 comments on commit 1b4f0db

Please sign in to comment.