Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
programingjd committed Dec 20, 2024
1 parent 518b31d commit 68f741d
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.7"
version = "0.1.8"
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.40"
version = "1.42.0"
default-features = false
features = ["io-util"]

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

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

0 comments on commit 68f741d

Please sign in to comment.