Skip to content

Commit e5a77db

Browse files
chore(deps): bump the deps group with 3 updates (#26)
Bumps the deps group with 3 updates: [clap](https://github.com/clap-rs/clap), [assert_cmd](https://github.com/assert-rs/assert_cmd) and [proptest](https://github.com/proptest-rs/proptest). Updates `clap` from 4.5.48 to 4.5.51 - [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.48...clap_complete-v4.5.51) Updates `assert_cmd` from 2.0.17 to 2.1.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.17...v2.1.1) Updates `proptest` from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: assert_cmd dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proptest dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor 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 066197c commit e5a77db

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ miette = { version = "7.6", features = ["fancy"] } # Fancy errors
4040

4141
[dev-dependencies]
4242
pretty_assertions = "1.4"
43-
assert_cmd = "2.0"
43+
assert_cmd = "2.1"
4444
predicates = "3.0"
4545
base64 = "0.22"
4646
tempfile = "3.23"
47-
proptest = "1.8"
47+
proptest = "1.9"
4848
insta = "1.43"
4949

5050
[profile.release]

0 commit comments

Comments
 (0)