Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ slog-term = "2.9.2"
store = { package = "below-store", version = "0.11.0", path = "store" }
tar = "0.4.45"
tempfile = "3.27.0"
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] }
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

This bumps the tokio version requirement, but Cargo.lock in the repo currently resolves tokio to 1.47.1. If this repo expects reproducible/locked builds (e.g. cargo build --locked), the PR should also update Cargo.lock so the resolved version matches the new minimum (1.52.1+) and the stated upgrade is reflected in the lockfile.

Copilot uses AI. Check for mistakes.
view = { package = "below-view", version = "0.11.0", path = "view" }

[dev-dependencies]
Expand Down
Loading