Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Cargo.toml): bump spin and co. crates per spin v3.0.0 #50

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

vdice
Copy link
Member

@vdice vdice commented Nov 8, 2024

Tested via the guest module.

*This was done to address the following compilation conflict:

$ cargo build --release
    Blocking waiting for file lock on package cache
    Updating crates.io index
    Updating git repository `https://github.com/fermyon/spin`
error: failed to select a version for `tokio`.
    ... required by package `trigger-sqs v0.7.0 (/Users/vdice/code/github.com/fermyon/spin-trigger-sqs)`
versions that meet the requirements `^1.40` are: 1.40.0, 1.41.1, 1.41.0

all possible versions conflict with previously selected packages.

  previously selected package `tokio v1.38.0`
    ... which satisfies dependency `tokio = "~1.38.0"` of 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?rev=737778e9d7dc1a7f590a398d2734ff0cc91002f0#737778e9)`
    ... which satisfies git dependency `spin-telemetry` of package `trigger-sqs v0.7.0 (/Users/vdice/code/github.com/fermyon/spin-trigger-sqs)`

failed to select a version for `tokio` which could resolve this conflict

Cargo.toml Outdated Show resolved Hide resolved
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
@vdice vdice force-pushed the chore/bump-spin-crates-v3.0.0 branch from 29a94d3 to e43b3b1 Compare November 8, 2024 17:27
Copy link
Member

@radu-matei radu-matei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.0!!

@vdice vdice merged commit 1dbedf1 into fermyon:main Nov 8, 2024
7 checks passed
@vdice vdice deleted the chore/bump-spin-crates-v3.0.0 branch November 8, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants