Skip to content

Commit 8a89924

Browse files
Bump the patch group with 3 updates (#266)
Bumps the patch group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [chrono](https://github.com/chronotope/chrono) and [clap](https://github.com/clap-rs/clap). Updates `anyhow` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.98) Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `clap` from 4.5.35 to 4.5.37 - [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.35...clap_complete-v4.5.37) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8ec799 commit 8a89924

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -9,7 +9,7 @@ print_stdout = "warn"
99
print_stderr = "warn"
1010

1111
[workspace.dependencies]
12-
anyhow = "1.0.97"
12+
anyhow = "1.0.98"
1313
mdbook = { version = "0.4.48", default-features = false }
1414
polib = "0.2.0"
1515
pretty_assertions = "1.4.1"

i18n-helpers/Cargo.toml

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

1515
[dependencies]
1616
anyhow.workspace = true
17-
chrono = { version = "0.4.40", default-features = false, features = ["alloc"] }
17+
chrono = { version = "0.4.41", default-features = false, features = ["alloc"] }
1818
dateparser = "0.2.1"
1919
mdbook.workspace = true
2020
polib.workspace = true

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.35", features = ["derive"] }
17+
clap = { version = "4.5.37", features = ["derive"] }
1818
polib.workspace = true
1919
tera = { version = "1.20.0", default-features = false }

0 commit comments

Comments
 (0)