mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Bump serde 2 things
This commit is contained in:
parent
85493dfdb0
commit
4fa3f1ef5c
5 changed files with 221 additions and 124 deletions
|
@ -47,11 +47,6 @@ triomphe.workspace = true
|
|||
nohash-hasher.workspace = true
|
||||
always-assert = "0.1.2"
|
||||
|
||||
# These dependencies are unused, but we pin them to a version here to restrict them for our transitive dependencies
|
||||
# so that we don't pull in duplicates of their dependencies like windows-sys and syn 1 vs 2
|
||||
# these would pull in serde 2
|
||||
thiserror = "=1.0.39"
|
||||
serde_repr = "=0.1.11"
|
||||
# these would pull in windows-sys 0.45.0
|
||||
mio = "=0.8.5"
|
||||
filetime = "=0.2.19"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue