You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a dependency version conflict for tokio between containerd-shim-wasm v0.8.0 and opentelemetry-otlp v0.25.0 (via spin-telemetry).
Error messages
cargo build
Updating crates.io index
error: failed to select a version for `tokio`.
... required by package `opentelemetry-otlp v0.25.0`
... which satisfies dependency `opentelemetry-otlp = "^0.25"` of package `spin-telemetry v3.0.0 (https://github.com/fermyon/spin?tag=v3.0.0#737778e9)`
... which satisfies git dependency `spin-telemetry` (locked to 3.0.0) of package `containerd-shim-spin-v2 v0.17.0 (/home/mossaka/developer/containerd-shim-spin/containerd-shim-spin)`
versions that meet the requirements `~1.38.0` are: 1.38.1, 1.38.0
all possible versions conflict with previously selected packages.
previously selected package `tokio v1.41.1`
... which satisfies dependency `tokio = "^1.41.1"` of package `containerd-shim-wasm v0.8.0`
... which satisfies dependency `containerd-shim-wasm = "^0.8.0"` of package `containerd-shim-spin-v2 v0.17.0 (/home/mossaka/developer/containerd-shim-spin/containerd-shim-spin)`
Actions
We need to wait for the next Spin release to include this change that removes the tokio pin.
The text was updated successfully, but these errors were encountered:
@Mossaka do you have a working PR for this? @fibonacci1729 is bumping to latest runwasi for his component dependencies changes and wants to make sure his changes can build off your progress here
There is a dependency version conflict for
tokio
betweencontainerd-shim-wasm v0.8.0
andopentelemetry-otlp v0.25.0
(via spin-telemetry).Error messages
Actions
We need to wait for the next Spin release to include this change that removes the tokio pin.
The text was updated successfully, but these errors were encountered: