1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-07 11:36:04 +02:00

build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-23 14:19:50 +09:00 committed by GitHub
parent a66e287654
commit 6043c3c3db
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

18
Cargo.lock generated
View File

@ -84,9 +84,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.2.1" version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
[[package]] [[package]]
name = "bstr" name = "bstr"
@ -603,7 +603,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786861e84a5793ad5f863d846de5eb064cd23b87e61ad708c8c402608202e7be" checksum = "786861e84a5793ad5f863d846de5eb064cd23b87e61ad708c8c402608202e7be"
dependencies = [ dependencies = [
"bitflags 2.2.1", "bitflags 2.3.1",
"bstr", "bstr",
"gix-path", "gix-path",
"libc", "libc",
@ -697,7 +697,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a" checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a"
dependencies = [ dependencies = [
"bitflags 2.2.1", "bitflags 2.3.1",
"bstr", "bstr",
"gix-features", "gix-features",
"gix-path", "gix-path",
@ -742,7 +742,7 @@ version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa282756760f79c401d4f4f42588fbb4aa27bbb4b0830f3b4d3480c21a4ac5a7" checksum = "fa282756760f79c401d4f4f42588fbb4aa27bbb4b0830f3b4d3480c21a4ac5a7"
dependencies = [ dependencies = [
"bitflags 2.2.1", "bitflags 2.3.1",
"bstr", "bstr",
"btoi", "btoi",
"filetime", "filetime",
@ -929,7 +929,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "794520043d5a024dfeac335c6e520cb616f6963e30dab995892382e998c12897" checksum = "794520043d5a024dfeac335c6e520cb616f6963e30dab995892382e998c12897"
dependencies = [ dependencies = [
"bitflags 2.2.1", "bitflags 2.3.1",
"gix-path", "gix-path",
"libc", "libc",
"windows", "windows",
@ -1091,7 +1091,7 @@ version = "0.6.0"
dependencies = [ dependencies = [
"ahash 0.8.3", "ahash 0.8.3",
"arc-swap", "arc-swap",
"bitflags 2.2.1", "bitflags 2.3.1",
"chrono", "chrono",
"dunce", "dunce",
"encoding_rs", "encoding_rs",
@ -1218,7 +1218,7 @@ dependencies = [
name = "helix-tui" name = "helix-tui"
version = "0.6.0" version = "0.6.0"
dependencies = [ dependencies = [
"bitflags 2.2.1", "bitflags 2.3.1",
"cassowary", "cassowary",
"crossterm", "crossterm",
"helix-core", "helix-core",
@ -1251,7 +1251,7 @@ version = "0.6.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-swap", "arc-swap",
"bitflags 2.2.1", "bitflags 2.3.1",
"chardetng", "chardetng",
"clipboard-win", "clipboard-win",
"crossterm", "crossterm",

View File

@ -29,7 +29,7 @@ tree-sitter = "0.20"
once_cell = "1.17" once_cell = "1.17"
arc-swap = "1" arc-swap = "1"
regex = "1" regex = "1"
bitflags = "2.2" bitflags = "2.3"
ahash = "0.8.3" ahash = "0.8.3"
hashbrown = { version = "0.13.2", features = ["raw"] } hashbrown = { version = "0.13.2", features = ["raw"] }
dunce = "1.0" dunce = "1.0"

View File

@ -16,7 +16,7 @@ include = ["src/**/*", "README.md"]
default = ["crossterm"] default = ["crossterm"]
[dependencies] [dependencies]
bitflags = "2.2" bitflags = "2.3"
cassowary = "0.3" cassowary = "0.3"
unicode-segmentation = "1.10" unicode-segmentation = "1.10"
crossterm = { version = "0.26", optional = true } crossterm = { version = "0.26", optional = true }

View File

@ -14,7 +14,7 @@ default = []
term = ["crossterm"] term = ["crossterm"]
[dependencies] [dependencies]
bitflags = "2.2" bitflags = "2.3"
anyhow = "1" anyhow = "1"
helix-core = { version = "0.6", path = "../helix-core" } helix-core = { version = "0.6", path = "../helix-core" }
helix-loader = { version = "0.6", path = "../helix-loader" } helix-loader = { version = "0.6", path = "../helix-loader" }