Skip to content

Commit 403f887

Browse files
chore(deps): bump the deps group with 6 updates (#18)
Bumps the deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.46` | `4.5.48` | | [humantime](https://github.com/chronotope/humantime) | `2.2.0` | `2.3.0` | | [image](https://github.com/image-rs/image) | `0.25.6` | `0.25.8` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.21.0` | `3.23.0` | | [proptest](https://github.com/proptest-rs/proptest) | `1.7.0` | `1.8.0` | | [insta](https://github.com/mitsuhiko/insta) | `1.43.1` | `1.43.2` | Updates `clap` from 4.5.46 to 4.5.48 - [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.46...clap_complete-v4.5.48) Updates `humantime` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/chronotope/humantime/releases) - [Commits](chronotope/humantime@v2.2.0...v2.3.0) Updates `image` from 0.25.6 to 0.25.8 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.6...v0.25.8) Updates `tempfile` from 3.21.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.21.0...v3.23.0) Updates `proptest` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.7.0...v1.8.0) Updates `insta` from 1.43.1 to 1.43.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.1...1.43.2) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: humantime dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: image dependency-version: 0.25.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proptest dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: insta dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac77291 commit 403f887

File tree

2 files changed

+72
-41
lines changed

2 files changed

+72
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["command-line-utilities"]
1717
clap = { version = "4.5", features = ["derive", "env"] }
1818
argfile = { version = "0.2" }
1919
dirs = { version = "6.0" }
20-
humantime = { version = "2.2" }
20+
humantime = { version = "2.3" }
2121

2222
# MIME types
2323
image = "0.25"
@@ -43,8 +43,8 @@ pretty_assertions = "1.4"
4343
assert_cmd = "2.0"
4444
predicates = "3.0"
4545
base64 = "0.22"
46-
tempfile = "3.21"
47-
proptest = "1.7"
46+
tempfile = "3.23"
47+
proptest = "1.8"
4848
insta = "1.43"
4949

5050
[profile.release]

0 commit comments

Comments
 (0)