build(deps): bump bitflags from 2.3.1 to 2.3.2 (#7394)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/7435/head
dependabot[bot] 1 year ago committed by GitHub
parent 00e819cfd4
commit 18160a667b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
Cargo.lock generated

@ -96,9 +96,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.3.1" version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"
[[package]] [[package]]
name = "bstr" name = "bstr"
@ -631,7 +631,7 @@ version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f216df1c33e6e1555923eff0096858a879e8aaadd35b5d788641e4e8064c892" checksum = "6f216df1c33e6e1555923eff0096858a879e8aaadd35b5d788641e4e8064c892"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.2",
"bstr", "bstr",
"gix-path", "gix-path",
"libc", "libc",
@ -725,7 +725,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 = "cd0ade1e80ab1f079703d1824e1daf73009096386aa7fd2f0477f6e4ac0a558e" checksum = "cd0ade1e80ab1f079703d1824e1daf73009096386aa7fd2f0477f6e4ac0a558e"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.2",
"bstr", "bstr",
"gix-features", "gix-features",
"gix-path", "gix-path",
@ -770,7 +770,7 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca0380cdab7863e67966eee4aed32856c864c20b077e026b637af6bb3a9281b4" checksum = "ca0380cdab7863e67966eee4aed32856c864c20b077e026b637af6bb3a9281b4"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.2",
"bstr", "bstr",
"btoi", "btoi",
"filetime", "filetime",
@ -814,7 +814,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945c3ef1e912e44a5f405fc9e924edf42000566a1b257ed52cb1293300f6f08c" checksum = "945c3ef1e912e44a5f405fc9e924edf42000566a1b257ed52cb1293300f6f08c"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.2",
"gix-commitgraph", "gix-commitgraph",
"gix-hash", "gix-hash",
"gix-object", "gix-object",
@ -987,7 +987,7 @@ version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b7b38b766eb95dcc5350a9c450030b69892c0902fa35f4a6d0809273bd9dae" checksum = "b2b7b38b766eb95dcc5350a9c450030b69892c0902fa35f4a6d0809273bd9dae"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.2",
"gix-path", "gix-path",
"libc", "libc",
"windows", "windows",
@ -1160,7 +1160,7 @@ version = "0.6.0"
dependencies = [ dependencies = [
"ahash 0.8.3", "ahash 0.8.3",
"arc-swap", "arc-swap",
"bitflags 2.3.1", "bitflags 2.3.2",
"chrono", "chrono",
"dunce", "dunce",
"encoding_rs", "encoding_rs",
@ -1288,7 +1288,7 @@ dependencies = [
name = "helix-tui" name = "helix-tui"
version = "0.6.0" version = "0.6.0"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.2",
"cassowary", "cassowary",
"crossterm", "crossterm",
"helix-core", "helix-core",
@ -1321,7 +1321,7 @@ version = "0.6.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-swap", "arc-swap",
"bitflags 2.3.1", "bitflags 2.3.2",
"chardetng", "chardetng",
"clipboard-win", "clipboard-win",
"crossterm", "crossterm",

Loading…
Cancel
Save