Skip to content

Commit 7d4329b

Browse files
dependabot[bot]jwodder
authored andcommitted
[cargo](deps): Bump the deps group with 8 updates
Bumps the deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.7` | `0.6.11` | | [clap](https://github.com/clap-rs/clap) | `4.4.17` | `4.4.18` | | [which](https://github.com/harryfei/which-rs) | `5.0.0` | `6.0.0` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.0.4` | `3.1.0` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.12` | `0.4.13` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.76` | `1.0.78` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.3` | `0.4.4` | | [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.14` | `0.3.15` | Updates `anstream` from 0.6.7 to 0.6.11 - [Commits](rust-cli/anstyle@anstream-v0.6.7...anstream-v0.6.11) Updates `clap` from 4.4.17 to 4.4.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.17...v4.4.18) Updates `which` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@5.0.0...6.0.0) Updates `predicates` from 3.0.4 to 3.1.0 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.0.4...v3.1.0) Updates `linux-raw-sys` from 0.4.12 to 0.4.13 - [Commits](sunfishcode/linux-raw-sys@v0.4.12...v0.4.13) Updates `proc-macro2` from 1.0.76 to 1.0.78 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.76...1.0.78) Updates `regex-automata` from 0.4.3 to 0.4.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits) Updates `unicode-bidi` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](https://github.com/servo/unicode-bidi/commits) --- updated-dependencies: - dependency-name: anstream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex-automata dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: unicode-bidi dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78bd593 commit 7d4329b

File tree

2 files changed

+24
-34
lines changed

2 files changed

+24
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ exclude = ["/.*"]
1212
publish = false
1313

1414
[dependencies]
15-
anstream = "0.6.7"
15+
anstream = "0.6.11"
1616
anstyle = "1.0.4"
1717
anyhow = "1.0.79"
1818
cargo_metadata = "0.18.1"
1919
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"] }
20-
clap = { version = "4.4.17", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
20+
clap = { version = "4.4.18", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
2121
fern = "0.6.2"
2222
fs-err = "2.11.0"
2323
gh-token = "0.1.7"
@@ -43,13 +43,13 @@ toml = { version = "0.8.8", default-features = false, features = ["parse"] }
4343
toml_edit = "0.21.0"
4444
ureq = { version = "2.9.1", features = ["json"] }
4545
url = "2.5.0"
46-
which = "5.0.0"
46+
which = "6.0.0"
4747
winnow = "0.5.0"
4848

4949
[dev-dependencies]
5050
assert_cmd = "2.0.13"
5151
assert_fs = "1.1.1"
52-
predicates = { version = "3.0.4", default-features = false }
52+
predicates = { version = "3.1.0", default-features = false }
5353
rstest = { version = "0.18.2", default-features = false }
5454
similar = "2.4.0"
5555
tempfile = "3.9.0"

0 commit comments

Comments
 (0)