build(deps): bump bitflags from 2.3.2 to 2.3.3 (#7530)

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

20
Cargo.lock generated

@ -120,9 +120,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.3.2" version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded" checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
[[package]] [[package]]
name = "bstr" name = "bstr"
@ -668,7 +668,7 @@ version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4783caa23062f86acfd1bc9e72c62250923d1673171ce1a524d9486f8a4556a8" checksum = "4783caa23062f86acfd1bc9e72c62250923d1673171ce1a524d9486f8a4556a8"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.3",
"bstr", "bstr",
"gix-path", "gix-path",
"libc", "libc",
@ -763,7 +763,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f45cd7ab22faf154db0a9f5a8011ba9cda8b298b61b7299f43a21bbaf0b3f208" checksum = "f45cd7ab22faf154db0a9f5a8011ba9cda8b298b61b7299f43a21bbaf0b3f208"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.3",
"bstr", "bstr",
"gix-features", "gix-features",
"gix-path", "gix-path",
@ -808,7 +808,7 @@ version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef2fa392d351e62ac3a6309146f61880abfbe0c07474e075d3b2ac78a6834a5" checksum = "2ef2fa392d351e62ac3a6309146f61880abfbe0c07474e075d3b2ac78a6834a5"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.3",
"bstr", "bstr",
"btoi", "btoi",
"filetime", "filetime",
@ -853,7 +853,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b626aafb9f4088058f1baa5d2029b2191820c84f6c81e43535ba70bfdc7b7d56" checksum = "b626aafb9f4088058f1baa5d2029b2191820c84f6c81e43535ba70bfdc7b7d56"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.3",
"gix-commitgraph", "gix-commitgraph",
"gix-date", "gix-date",
"gix-hash", "gix-hash",
@ -1032,7 +1032,7 @@ version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47f09860e2ddc7b13119e410c46d8e9f870acc7933fb53ae65817af83a8c9f80" checksum = "47f09860e2ddc7b13119e410c46d8e9f870acc7933fb53ae65817af83a8c9f80"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.3",
"gix-path", "gix-path",
"libc", "libc",
"windows", "windows",
@ -1212,7 +1212,7 @@ version = "0.6.0"
dependencies = [ dependencies = [
"ahash 0.8.3", "ahash 0.8.3",
"arc-swap", "arc-swap",
"bitflags 2.3.2", "bitflags 2.3.3",
"chrono", "chrono",
"dunce", "dunce",
"encoding_rs", "encoding_rs",
@ -1340,7 +1340,7 @@ dependencies = [
name = "helix-tui" name = "helix-tui"
version = "0.6.0" version = "0.6.0"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.3",
"cassowary", "cassowary",
"crossterm", "crossterm",
"helix-core", "helix-core",
@ -1373,7 +1373,7 @@ version = "0.6.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-swap", "arc-swap",
"bitflags 2.3.2", "bitflags 2.3.3",
"chardetng", "chardetng",
"clipboard-win", "clipboard-win",
"crossterm", "crossterm",

Loading…
Cancel
Save