Skip to content

Commit f97efce

Browse files
committed
Bump minimum Tokio version
1 parent fab48f7 commit f97efce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis-async"
3-
version = "0.17.2"
3+
version = "0.18.0"
44
authors = ["Ben Ashford <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -18,7 +18,7 @@ log = "^0.4.11"
1818
native-tls = { version = "0.2", optional = true }
1919
pin-project = "1.0"
2020
socket2 = { version = "0.6.0", features = ["all"] }
21-
tokio = { version = "1.0", features = ["rt", "net", "time"] }
21+
tokio = { version = "1.36", features = ["rt", "net", "time"] }
2222
tokio-native-tls = { version = "0.3.0", optional = true }
2323
tokio-rustls = { version = "0.26", optional = true }
2424
tokio-util = { version = "0.7", features = ["codec"] }
@@ -33,4 +33,4 @@ with-native-tls = ["native-tls", "tokio-native-tls", "tls"]
3333
[dev-dependencies]
3434
env_logger = "0.11"
3535
futures = "^0.3.7"
36-
tokio = { version = "1.0", features = ["full"] }
36+
tokio = { version = "1.36", features = ["full"] }

0 commit comments

Comments
 (0)