Skip to content

Commit 09f7613

Browse files
dependabot[bot]ilyagr
authored andcommitted
cargo: bump the cargo-dependencies group with 3 updates
Bumps the cargo-dependencies group with 3 updates: [either](https://github.com/rayon-rs/either), [indoc](https://github.com/dtolnay/indoc) and [textwrap](https://github.com/mgeisler/textwrap). Updates `either` from 1.14.0 to 1.15.0 - [Commits](rayon-rs/either@1.14.0...1.15.0) Updates `indoc` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@2.0.5...2.0.6) Updates `textwrap` from 0.16.1 to 0.16.2 - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](mgeisler/textwrap@0.16.1...0.16.2) --- updated-dependencies: - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ab5f1d commit 09f7613

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -44,7 +44,7 @@ crossterm = { version = "0.28", default-features = false, features = ["windows"]
4444
digest = "0.10.7"
4545
dirs = "6.0.0"
4646
dunce = "1.0.5"
47-
either = "1.14.0"
47+
either = "1.15.0"
4848
futures = "0.3.31"
4949
git2 = { version = "0.19.0", features = [
5050
# Do *not* disable this feature even if you'd like dynamic linking. Instead,
@@ -67,7 +67,7 @@ hashbrown = { version = "0.15.2", default-features = false, features = ["inline-
6767
hex = "0.4.3"
6868
ignore = "0.4.23"
6969
indexmap = { version = "2.7.1", features = ["serde"] }
70-
indoc = "2.0.4"
70+
indoc = "2.0.6"
7171
insta = { version = "1.42.2", features = ["filters"] }
7272
itertools = "0.13.0"
7373
libc = { version = "0.2.170" }
@@ -106,7 +106,7 @@ strsim = "0.11.1"
106106
syn = "2.0.99"
107107
tempfile = "3.17.1"
108108
test-case = "3.3.1"
109-
textwrap = "0.16.1"
109+
textwrap = "0.16.2"
110110
thiserror = "2.0.12"
111111
timeago = { version = "0.4.2", default-features = false }
112112
tokio = { version = "1.43.0" }

0 commit comments

Comments
 (0)