Skip to content

Commit

Permalink
Update tokio dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
programingjd committed Jun 2, 2024
1 parent 5468016 commit 9332aee
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.4"
version = "0.1.5"
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.37"
version = "1.38"
default-features = false
features = ["io-util"]

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

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

0 comments on commit 9332aee

Please sign in to comment.