Skip to content

Commit

Permalink
update tokio to 1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
programingjd committed Sep 22, 2024
1 parent 30d28b0 commit 518b31d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "read_until_slice"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["Jerome David <programingjd@gmail.com>"]
categories = ["asynchronous"]
Expand All @@ -12,7 +12,7 @@ include = [
"Cargo.toml", "src", "tests", "examples", "LICENSE", "README.md"
]
[dependencies.tokio]
version = "1.39"
version = "1.40"
default-features = false
features = ["io-util"]

Expand All @@ -22,7 +22,7 @@ default-features = false
features = []

[dev-dependencies.tokio]
version = "1.39"
version = "1.40"
default-features = false
features = ["macros", "rt", "net"]
[dev-dependencies.tokio-test]
Expand Down

0 comments on commit 518b31d

Please sign in to comment.