Skip to content

Commit c2b82d3

Browse files
chore(deps): bump the minor-versions group across 1 directory with 4 updates
Bumps the minor-versions group with 4 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap), [predicates](https://github.com/assert-rs/predicates-rs) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `clap` from 4.5.57 to 4.5.60 - [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.57...clap_complete-v4.5.60) Updates `predicates` from 3.1.3 to 3.1.4 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.3...v3.1.4) Updates `reqwest` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: predicates dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b762a3b commit c2b82d3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0"
8-
reqwest = { version = "0.13.1", features = ["blocking"] }
8+
reqwest = { version = "0.13.2", features = ["blocking"] }
99
flate2 = "1.1.9"

0 commit comments

Comments
 (0)