Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 69b6cef commit 11b99f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uuid = { version = "1.10.0" , optional = true }
chrono = { version = "0.4" , optional = true }

# Optional tokio support
tokio = { version = "1.39.1", features = ["sync"], optional = true }
tokio = { version = "1.40.0", features = ["sync"], optional = true }
# TODO: channels with futures
# TODO: channels crossbeam

Expand All @@ -36,7 +36,7 @@ assert_fs = "1.1.2"
serial_test = { version = "3.1.1", features = ["file_locks"] }
shortcut_assert_fs = { version = "0.1.0" }
skeptic = "0.13.7"
tokio = { version = "1.39.1", features = ["test-util","macros"] }
tokio = { version = "1.40.0", features = ["test-util","macros"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
criterion = { version = "0.5.1" }
doc-comment = "0.3.3"
Expand Down

0 comments on commit 11b99f6

Please sign in to comment.