Skip to content

[Bug]: Support tokio >1.38 #2094

@amfaber

Description

@amfaber

What happened?

The opentelemetry project currently requires tokio "~1.38.0", as changed in this commit 57bcd59

The comment indicates that this is to not require a bump of OTel's msrv from 1.65 to 1.70.
However, this requirement prevents projects that want to use OTel's crates from using newer tokio versions, even if they have a rust version that is way newer than 1.70 (as is my case).

Perhaps the requirement could be reverted to just "1" to allow consumers to choose the tokio version, with some other workaround for CI? I am not sure what the best way forward is.

API Version

0.24

SDK Version

0.24

What Exporter(s) are you seeing the problem on?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage:todoNeeds to be traiged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions