Closed
Description
We currently have a few duplicate dependencies (multiple versions of the same):
$ cargo duplicates
+ command cargo duplicates
Package Versions
------- --------
autocfg 1.1.0 0.1.8
block-buffer 0.10.3 0.9.0
digest 0.10.5 0.9.0
heck 0.4.0 0.3.3
idna 0.3.0 0.2.3
opentelemetry 0.18.0 0.17.0
parking_lot 0.12.1 0.11.2
parking_lot_core 0.9.3 0.8.5
quote 1.0.21 0.3.15
rand 0.8.5 0.6.5
rand_chacha 0.3.1 0.1.1
rand_core 0.6.4 0.4.2 0.3.1
spin 0.9.4 0.5.2
syn 1.0.100 0.11.11
tokio-util 0.7.4 0.6.10
cargo duplicates
also outputs where the respective versions are coming from, while it's not as bad as I expected we should probably look into reducing this list over time.
(inspired by #577 although I don't know how exactly anymore)