Skip to content

Commit 6c1e344

Browse files
chore(deps): bump the security-updates group with 3 updates (#185)
Bumps the security-updates group with 3 updates: [libc](https://github.com/rust-lang/libc), [which](https://github.com/harryfei/which-rs) and [assert_cmd](https://github.com/assert-rs/assert_cmd). Updates `libc` from 0.2.182 to 0.2.183 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.182...0.2.183) Updates `which` from 8.0.0 to 8.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@8.0.0...8.0.2) Updates `assert_cmd` from 2.1.2 to 2.2.0 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security-updates - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security-updates - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87dd679 commit 6c1e344

File tree

2 files changed

+9
-23
lines changed

2 files changed

+9
-23
lines changed

Cargo.lock

Lines changed: 7 additions & 21 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
@@ -49,15 +49,15 @@ regex = "1.11.1"
4949
rayon = "1.11.0"
5050
semver = "1.0.26"
5151
anyhow = "1.0"
52-
which = "8.0.0"
52+
which = "8.0.2"
5353
zstd = "0.13.3"
5454

5555
[dev-dependencies]
5656
clap_mangen = "0.2.31"
5757
tempfile = "3"
5858
serial_test = "3"
5959
predicates = "3.1.4"
60-
assert_cmd = "2.1.2"
60+
assert_cmd = "2.2.0"
6161
serde_json = "1.0"
6262
temp-env = "0.3"
6363
mockito = "1.7"

0 commit comments

Comments
 (0)