Skip to content

Commit 1319742

Browse files
committed
chore(deps): bump tokio 1.49 -> 1.50
Patch bump of the async runtime (dependabot Hmbown#3343). Raises the floor spec from 1.49.0 to 1.50.0 in the workspace and codewhale-tui manifests and pins Cargo.lock to tokio 1.50.0 (with its semver-compatible transitive deps mio/socket2). Verified: cargo check -p codewhale-tui --locked; focused gate test (saved_default_provider_syncs_back_to_runtime_config); client:: suite (205 passed, the async-heavy surface most affected by a tokio bump). Other dependabot PRs deferred to a dedicated dependency-triage pass: Hmbown#3341 lru (bumping to 0.18 creates a duplicate version since a transitive dep still pins 0.16), Hmbown#3339 windows, Hmbown#3342 similar (2->3 major), Hmbown#3340 toml (0->1 major), and Hmbown#3334-Hmbown#3338 GitHub Actions (not locally verifiable; only run in CI). Refs Hmbown#3343.
1 parent 3e2d34a commit 1319742

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde_json = "1.0.149"
4646
semver = "1.0.28"
4747
thiserror = "2.0"
4848
tempfile = "3.27"
49-
tokio = { version = "1.49.0", features = ["full"] }
49+
tokio = { version = "1.50.0", features = ["full"] }
5050
toml = "0.9.7"
5151
toml_edit = "0.23.10"
5252
sha2 = "0.10"

crates/tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serde_json = { version = "1.0.149", features = ["preserve_order"] }
5151
schemars = { version = "1.2.1", features = ["derive", "preserve_order"] }
5252
shellexpand = "3"
5353
toml = "0.9.7"
54-
tokio = { version = "1.49.0", features = ["full"] }
54+
tokio = { version = "1.50.0", features = ["full"] }
5555
tokio-util = { version = "0.7.16", features = ["io"] }
5656
unicode-width = "0.2"
5757
unicode-segmentation = "1.12"

0 commit comments

Comments
 (0)