Skip to content

Commit 7181fcd

Browse files
Bump the patch group with 2 updates (#273)
Bumps the patch group with 2 updates: [mdbook](https://github.com/rust-lang/mdBook) and [clap](https://github.com/clap-rs/clap). Updates `mdbook` from 0.4.48 to 0.4.51 - [Release notes](https://github.com/rust-lang/mdBook/releases) - [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md) - [Commits](rust-lang/mdBook@v0.4.48...v0.4.51) Updates `clap` from 4.5.37 to 4.5.39 - [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.37...clap_complete-v4.5.39) --- updated-dependencies: - dependency-name: mdbook dependency-version: 0.4.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-version: 4.5.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f370bcd commit 7181fcd

File tree

3 files changed

+11
-62
lines changed

3 files changed

+11
-62
lines changed

Cargo.lock

Lines changed: 9 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ print_stderr = "warn"
1010

1111
[workspace.dependencies]
1212
anyhow = "1.0.98"
13-
mdbook = { version = "0.4.48", default-features = false }
13+
mdbook = { version = "0.4.51", default-features = false }
1414
polib = "0.2.0"
1515
pretty_assertions = "1.4.1"
1616
serde_json = "1.0.140"

i18n-report/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ workspace = true
1414

1515
[dependencies]
1616
anyhow.workspace = true
17-
clap = { version = "4.5.37", features = ["derive"] }
17+
clap = { version = "4.5.39", features = ["derive"] }
1818
polib.workspace = true
1919
tera = { version = "1.20.0", default-features = false }

0 commit comments

Comments
 (0)