Skip to content

Commit

Permalink
Deps: Restore minimal-versions compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Dec 25, 2024
1 parent 4a86a9e commit a0dbe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ thiserror = { version = "1.0.65", default-features = false }
time = { version = "0.3.36", default-features = false }
# Tokio is used for async test-running and for certain binaries.
# The library crates do not require Tokio.
tokio = { version = "1.28.0", default-features = false }
tokio = { version = "1.34.0", default-features = false }
trycmd = "0.15.4" # keep in sync with `snapbox`
unicode-segmentation = { version = "1.10.1", default-features = false }
unicode-width = { version = "0.2", default-features = false }
Expand Down

0 comments on commit a0dbe9a

Please sign in to comment.