Bump serde 2 things

This commit is contained in:
Lukas Wirth 2023-06-18 18:04:28 +02:00
parent 85493dfdb0
commit 4fa3f1ef5c
5 changed files with 221 additions and 124 deletions

View file

@ -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"