We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dcbb4 commit 1e8f58dCopy full SHA for 1e8f58d
ntex-service/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ntex-service"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["ntex contributors <team@ntex.rs>"]
5
description = "ntex service"
6
keywords = ["network", "framework", "async", "futures"]
@@ -16,7 +16,7 @@ name = "ntex_service"
16
path = "src/lib.rs"
17
18
[dependencies]
19
-futures-util = "0.3.4"
+futures-util = "0.3.5"
20
pin-project = "0.4.20"
21
pin-project-lite = "0.1.5"
22
0 commit comments