Skip to content

Commit 47fe75d

Browse files
committed
Update dependencies.
1 parent ff250cf commit 47fe75d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "read_until_slice"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2024"
55
authors = ["Jerome David <programingjd@gmail.com>"]
66
categories = ["asynchronous"]
@@ -12,7 +12,7 @@ include = [
1212
"Cargo.toml", "src", "tests", "examples", "LICENSE", "README.md"
1313
]
1414
[dependencies.tokio]
15-
version = "1.47"
15+
version = "1.48"
1616
default-features = false
1717
features = ["io-util"]
1818

@@ -22,7 +22,7 @@ default-features = false
2222
features = []
2323

2424
[dev-dependencies.tokio]
25-
version = "1.47"
25+
version = "1.48"
2626
default-features = false
2727
features = ["macros", "rt", "net"]
2828
[dev-dependencies.tokio-test]

0 commit comments

Comments
 (0)