-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Open
Description
Currently, the version for tokio dependency is pinned. For example, tokio = "=1.47.1" in release 1.64.2 (see https://github.com/MystenLabs/sui/blob/mainnet-v1.64.2/Cargo.toml#L548), but also tokio = "=1.49.0" in main (see https://github.com/MystenLabs/sui/blob/main/Cargo.toml#L546).
That's problematic because it forces downstream dependencies to use the same version, but also means that patches or security patches for this pinned version can't be included. So at least the patch version shouldn't be pinned (e.g. tokio = "~1.47" instead of tokio = "=1.47.1").
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels