Skip to content

Commit 1cdb8d7

Browse files
Bump the minor group with 2 updates (#300)
Bumps the minor group with 2 updates: [tempfile](https://github.com/Stebalien/tempfile) and [clap](https://github.com/clap-rs/clap). Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) Updates `clap` from 4.5.60 to 4.6.0 - [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.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7172010 commit 1cdb8d7

File tree

3 files changed

+43
-27
lines changed

3 files changed

+43
-27
lines changed

Cargo.lock

Lines changed: 41 additions & 25 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
@@ -16,4 +16,4 @@ mdbook-renderer = "0.5.2"
1616
polib = "0.3.0"
1717
pretty_assertions = "1.4.1"
1818
serde_json = "1.0.149"
19-
tempfile = "3.26.0"
19+
tempfile = "3.27.0"

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

0 commit comments

Comments
 (0)