-
Notifications
You must be signed in to change notification settings - Fork 362
upgrading tokio to 1.52.1 #1288
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ mockall = "0.13.1" | |
| rand = "0.10" | ||
| serde_test = "1.0.167" | ||
| tempfile = "3.22" | ||
| tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } | ||
| tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } | ||
|
||
|
|
||
| [target.'cfg(target_os = "macos")'.dependencies] | ||
| psutil = "3.2.2" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description says this change upgrades
tokiofrom1.50.0to1.52.1, but the repo still has manifests with oldertokiorequirements (e.g.eden/fs/cli_rs/edenfs-clientdepends on1.47.1, andwatchman/rust/watchman_clientdepends on1.45). Please either expand this PR to update the remaining manifests, or clarify in the description that only the1.50.0pins are being updated.