Skip to content

Tokio version is pinned #25298

@quambene

Description

@quambene

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").

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions