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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ core_affinity = { version = "0.8.1", optional = true }
# required with alternate outcome channel implementations that can be enabled with features
# NOTE: these version requirements could be relaxed as we don't actually depend on the
# functionality of these crates internally (other than in tests)
flume = { version = "0.11.1", optional = true }
flume = { version = "0.12.0", optional = true }
loole = { version = "0.4.0", optional = true }

[dev-dependencies]
Expand Down
Loading