Skip to content

Commit 02dc3e7

Browse files
chore(deps): bump the cargo-dependencies group with 2 updates (#66)
Bumps the cargo-dependencies group with 2 updates: [insta](https://github.com/mitsuhiko/insta) and [clap](https://github.com/clap-rs/clap). Updates `insta` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.0...1.42.1) Updates `clap` from 4.5.26 to 4.5.27 - [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.26...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9114c8f commit 02dc3e7

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

Cargo.lock

+27-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown-reader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository.workspace = true
1313
authors.workspace = true
1414

1515
[dependencies]
16-
clap = { version = "4.5.26", features = ["derive"] }
16+
clap = { version = "4.5.27", features = ["derive"] }
1717
color-eyre = "0.6.3"
1818
crossterm = "0.28.1"
1919
itertools = "0.14.0"

tui-markdown/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ tracing = "0.1.41"
3737

3838
[dev-dependencies]
3939
indoc = "2.0.5"
40-
insta = "1.42.0"
40+
insta = "1.42.1"
4141
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)