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

update tokio #173784

Merged
merged 1 commit into from Feb 8, 2023
Merged

update tokio #173784

merged 1 commit into from Feb 8, 2023

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Feb 8, 2023

No description provided.

@aeschli aeschli self-assigned this Feb 8, 2023
@aeschli aeschli enabled auto-merge (squash) February 8, 2023 09:28
@VSCodeTriageBot VSCodeTriageBot added this to the February 2023 milestone Feb 8, 2023
@@ -16,7 +16,7 @@ futures = "0.3"
clap = { version = "3.0", features = ["derive", "env"] }
open = { version = "2.1.0" }
reqwest = { version = "0.11.9", default-features = false, features = ["json", "stream", "native-tls-vendored"] }
tokio = { version = "1.23", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like the lock file picked up more recent version 1.25.0, should this instead be bumped to the same ?

Copy link
Member

Choose a reason for hiding this comment

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

Cargo will match using ^ by default, unless otherwise given in the lockfile. Changing this caused cargo to re-resolve and just match the latest 1.x. The update should be fine imo; no breaking changes.

@aeschli aeschli merged commit beb9ed3 into main Feb 8, 2023
@aeschli aeschli deleted the aeschli/update-tokio branch February 8, 2023 10:10
c-claeys pushed a commit to c-claeys/vscode that referenced this pull request Feb 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants