Skip to content

Commit

Permalink
update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Nov 3, 2023
1 parent 2227d28 commit a2bd911
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/tools/rust-analyzer/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,10 @@ dependencies = [
"ra-ap-rustc_index",
"ra-ap-rustc_lexer",
"ra-ap-rustc_parse_format",
"rustc_abi",
"rustc_index",
"rustc_lexer",
"rustc_parse_format",
]

[[package]]
Expand All @@ -1625,6 +1629,39 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "rustc_abi"
version = "0.0.0"
dependencies = [
"bitflags 1.3.2",
"rustc_index",
"tracing",
]

[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
"arrayvec",
"smallvec",
]

[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
"unicode-properties",
"unicode-xid",
]

[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
"rustc_index",
"rustc_lexer",
]

[[package]]
name = "ryu"
version = "1.0.13"
Expand Down

0 comments on commit a2bd911

Please sign in to comment.