Bump bitflags from 2.4.0 to 2.4.1 (#8511)

This commit is contained in:
dependabot[bot] 2023-11-06 09:20:39 -05:00 committed by GitHub
parent 5349143fca
commit f2dc01e3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View File

@ -210,9 +210,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.4.0" version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]] [[package]]
name = "bstr" name = "bstr"
@ -1440,7 +1440,7 @@ version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.1",
"crossbeam-channel", "crossbeam-channel",
"filetime", "filetime",
"fsevent-sys", "fsevent-sys",
@ -2067,7 +2067,7 @@ dependencies = [
"argfile", "argfile",
"assert_cmd", "assert_cmd",
"bincode", "bincode",
"bitflags 2.4.0", "bitflags 2.4.1",
"cachedir", "cachedir",
"chrono", "chrono",
"clap", "clap",
@ -2201,7 +2201,7 @@ dependencies = [
"aho-corasick", "aho-corasick",
"annotate-snippets 0.9.1", "annotate-snippets 0.9.1",
"anyhow", "anyhow",
"bitflags 2.4.0", "bitflags 2.4.1",
"chrono", "chrono",
"clap", "clap",
"colored", "colored",
@ -2293,7 +2293,7 @@ dependencies = [
name = "ruff_python_ast" name = "ruff_python_ast"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.1",
"insta", "insta",
"is-macro", "is-macro",
"itertools 0.11.0", "itertools 0.11.0",
@ -2325,7 +2325,7 @@ name = "ruff_python_formatter"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitflags 2.4.0", "bitflags 2.4.1",
"clap", "clap",
"countme", "countme",
"insta", "insta",
@ -2369,7 +2369,7 @@ dependencies = [
name = "ruff_python_literal" name = "ruff_python_literal"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.1",
"hexf-parse", "hexf-parse",
"is-macro", "is-macro",
"itertools 0.11.0", "itertools 0.11.0",
@ -2383,7 +2383,7 @@ name = "ruff_python_parser"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitflags 2.4.0", "bitflags 2.4.1",
"insta", "insta",
"is-macro", "is-macro",
"itertools 0.11.0", "itertools 0.11.0",
@ -2413,7 +2413,7 @@ dependencies = [
name = "ruff_python_semantic" name = "ruff_python_semantic"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.1",
"is-macro", "is-macro",
"ruff_index", "ruff_index",
"ruff_python_ast", "ruff_python_ast",
@ -2563,7 +2563,7 @@ version = "0.38.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.1",
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",

View File

@ -13,7 +13,7 @@ license = "MIT"
[workspace.dependencies] [workspace.dependencies]
anyhow = { version = "1.0.69" } anyhow = { version = "1.0.69" }
bitflags = { version = "2.3.1" } bitflags = { version = "2.4.1" }
chrono = { version = "0.4.31", default-features = false, features = ["clock"] } chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
clap = { version = "4.4.7", features = ["derive"] } clap = { version = "4.4.7", features = ["derive"] }
colored = { version = "2.0.0" } colored = { version = "2.0.0" }