mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Bump Cargo.lock
This commit is contained in:
parent
6d7511938a
commit
39e86e78c3
10 changed files with 150 additions and 147 deletions
|
@ -19,8 +19,8 @@ object = { version = "0.30.2", default-features = false, features = [
|
|||
"macho",
|
||||
"pe",
|
||||
] }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
serde_json = { version = "1.0.81", features = ["unbounded_depth"] }
|
||||
serde.workspace = true
|
||||
serde_json = { workspace = true, features = ["unbounded_depth"] }
|
||||
tracing = "0.1.37"
|
||||
memmap2 = "0.5.4"
|
||||
snap = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue