diff --git a/Cargo.toml b/Cargo.toml index 0f1a728..fd8bc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read_until_slice" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["Jerome David "] categories = ["asynchronous"] @@ -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"] @@ -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]