Skip to content

Commit 1fe66d1

Browse files
dependabot[bot]the-mikedavis
authored andcommitted
build(deps): bump the rust-dependencies group with 3 updates
Bumps the rust-dependencies group with 3 updates: [bitflags](https://github.com/bitflags/bitflags), [futures-util](https://github.com/rust-lang/futures-rs) and [arc-swap](https://github.com/vorner/arc-swap). Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.10.0...2.11.0) Updates `futures-util` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `arc-swap` from 1.8.1 to 1.8.2 - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](vorner/arc-swap@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: arc-swap dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6a7fff commit 1fe66d1

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nucleo = "0.5.0"
4343
slotmap = "1.1.1"
4444
thiserror = "2.0"
4545
tempfile = "3.25.0"
46-
bitflags = "2.10"
46+
bitflags = "2.11"
4747
unicode-segmentation = "1.2"
4848
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
4949
foldhash = "0.2"

helix-term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ termina = { workspace = true, features = ["event-stream"] }
5959
signal-hook = "0.4"
6060
tokio-stream = "0.1"
6161
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
62-
arc-swap = { version = "1.8.1" }
62+
arc-swap = { version = "1.8.2" }
6363
termini = "1"
6464
indexmap = "2.13"
6565

helix-vcs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helix-event = { path = "../helix-event" }
1515

1616
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
1717
parking_lot.workspace = true
18-
arc-swap = { version = "1.8.1" }
18+
arc-swap = { version = "1.8.2" }
1919

2020
gix = { version = "0.79.0", features = ["attributes", "status", "max-performance"], default-features = false, optional = true }
2121
imara-diff = "0.2.0"

helix-view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tempfile.workspace = true
3434
once_cell = "1.21"
3535
url = "2.5.4"
3636

37-
arc-swap = { version = "1.8.1" }
37+
arc-swap = { version = "1.8.2" }
3838

3939
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
4040
tokio-stream = "0.1"

0 commit comments

Comments
 (0)