Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 4d419ed commit 885ca10
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 @@ -24,14 +24,14 @@ serde = { version = "1.0", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }

# Optional tokio support
tokio = { version = "1.34", features = ["sync"], optional = true }
tokio = { version = "1.35", features = ["sync"], optional = true }

[dev-dependencies]
assert_fs = "1.0"
serial_test = { version = "2.0", features = ["file_locks"] }
shortcut_assert_fs = { version = "0.1.0" }
skeptic = "0.13"
tokio = { version = "1.34", features = ["test-util","macros"] }
tokio = { version = "1.35", features = ["test-util","macros"] }

[features]
default = []
Expand Down

0 comments on commit 885ca10

Please sign in to comment.