mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 05:47:40 +03:00
Update versions
This commit is contained in:
parent
179608913c
commit
b416386bae
10 changed files with 48 additions and 48 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-async-std"
|
name = "ntex-async-std"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "async-std intergration for ntex framework"
|
description = "async-std intergration for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -17,8 +17,8 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-bytes = "0.1.11"
|
ntex-bytes = "0.1.11"
|
||||||
ntex-io = "0.2.0-alpha.0"
|
ntex-io = "0.2.0-beta.0"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
async-oneshot = "0.5.0"
|
async-oneshot = "0.5.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-connect"
|
name = "ntex-connect"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "ntexwork connect utils for ntex framework"
|
description = "ntexwork connect utils for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -34,19 +34,19 @@ glommio = ["ntex-rt/glommio", "ntex-glommio"]
|
||||||
async-std = ["ntex-rt/async-std", "ntex-async-std"]
|
async-std = ["ntex-rt/async-std", "ntex-async-std"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-service = "0.4.0-alpha.0"
|
ntex-service = "0.4.0-beta.0"
|
||||||
ntex-bytes = "0.1.15"
|
ntex-bytes = "0.1.15"
|
||||||
ntex-http = "0.1.8"
|
ntex-http = "0.1.8"
|
||||||
ntex-io = "0.2.0-alpha.0"
|
ntex-io = "0.2.0-beta.0"
|
||||||
ntex-rt = "0.4.5"
|
ntex-rt = "0.4.5"
|
||||||
ntex-tls = "0.2.0-alpha.0"
|
ntex-tls = "0.2.0-beta.0"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
||||||
ntex-tokio = { version = "0.2.0-alpha.0", optional = true }
|
ntex-tokio = { version = "0.2.0-beta.0", optional = true }
|
||||||
ntex-glommio = { version = "0.2.0-alpha.0", optional = true }
|
ntex-glommio = { version = "0.2.0-beta.0", optional = true }
|
||||||
ntex-async-std = { version = "0.2.0-alpha.0", optional = true }
|
ntex-async-std = { version = "0.2.0-beta.0", optional = true }
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
tls-openssl = { version="0.10", package = "openssl", optional = true }
|
tls-openssl = { version="0.10", package = "openssl", optional = true }
|
||||||
|
@ -58,4 +58,4 @@ webpki-roots = { version = "0.22", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
ntex = { version = "0.6.0-alpha.0", features = ["tokio"] }
|
ntex = { version = "0.6.0-beta.0", features = ["tokio"] }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-glommio"
|
name = "ntex-glommio"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "glommio intergration for ntex framework"
|
description = "glommio intergration for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -17,8 +17,8 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-bytes = "0.1.14"
|
ntex-bytes = "0.1.14"
|
||||||
ntex-io = "0.2.0-alpha.0"
|
ntex-io = "0.2.0-beta.0"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
async-oneshot = "0.5.0"
|
async-oneshot = "0.5.0"
|
||||||
futures-lite = "1.12"
|
futures-lite = "1.12"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-io"
|
name = "ntex-io"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Utilities for encoding and decoding frames"
|
description = "Utilities for encoding and decoding frames"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -18,8 +18,8 @@ path = "src/lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-codec = "0.6.2"
|
ntex-codec = "0.6.2"
|
||||||
ntex-bytes = "0.1.14"
|
ntex-bytes = "0.1.14"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
ntex-service = "0.4.0-alpha.0"
|
ntex-service = "0.4.0-beta.0"
|
||||||
|
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -29,4 +29,4 @@ pin-project-lite = "0.2"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
|
|
||||||
ntex = { version = "0.6.0-alpha.0", features = ["tokio"] }
|
ntex = { version = "0.6.0-beta.0", features = ["tokio"] }
|
||||||
|
|
|
@ -21,7 +21,7 @@ serde = "1.0"
|
||||||
ntex-bytes = "0.1.9"
|
ntex-bytes = "0.1.9"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
http = { version = "0.2", optional = true }
|
http = { version = "0.2", optional = true }
|
||||||
regex = { version = "1.5.4", default-features = false, features = ["std"] }
|
regex = { version = "1.7.0", default-features = false, features = ["std"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-service"
|
name = "ntex-service"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "ntex service"
|
description = "ntex service"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -19,5 +19,5 @@ path = "src/lib.rs"
|
||||||
pin-project-lite = "0.2.6"
|
pin-project-lite = "0.2.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ntex = { version = "0.6.0-alpha.0", features = ["tokio"] }
|
ntex = { version = "0.6.0-beta.0", features = ["tokio"] }
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-tls"
|
name = "ntex-tls"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "An implementation of SSL streams for ntex backed by OpenSSL"
|
description = "An implementation of SSL streams for ntex backed by OpenSSL"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -26,9 +26,9 @@ rustls = ["tls_rust"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-bytes = "0.1.14"
|
ntex-bytes = "0.1.14"
|
||||||
ntex-io = "0.2.0-alpha.0"
|
ntex-io = "0.2.0-beta.0"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
ntex-service = "0.4.0-alpha.0"
|
ntex-service = "0.4.0-beta.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ tls_openssl = { version="0.10.42", package = "openssl", optional = true }
|
||||||
tls_rust = { version = "0.20", package = "rustls", optional = true }
|
tls_rust = { version = "0.20", package = "rustls", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ntex = { version = "0.6.0-alpha.0", features = ["openssl", "rustls", "tokio"] }
|
ntex = { version = "0.6.0-beta.0", features = ["openssl", "rustls", "tokio"] }
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
rustls-pemfile = { version = "0.2" }
|
rustls-pemfile = { version = "1.0" }
|
||||||
webpki-roots = { version = "0.22" }
|
webpki-roots = { version = "0.22" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-tokio"
|
name = "ntex-tokio"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "tokio intergration for ntex framework"
|
description = "tokio intergration for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -17,8 +17,8 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-bytes = "0.1.11"
|
ntex-bytes = "0.1.11"
|
||||||
ntex-io = "0.2.0-alpha.0"
|
ntex-io = "0.2.0-beta.0"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
tokio = { version = "1", default-features = false, features = ["rt", "net", "sync", "signal"] }
|
tokio = { version = "1", default-features = false, features = ["rt", "net", "sync", "signal"] }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-util"
|
name = "ntex-util"
|
||||||
version = "0.2.0-alpha.0"
|
version = "0.2.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Utilities for ntex framework"
|
description = "Utilities for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-rt = "0.4.6"
|
ntex-rt = "0.4.6"
|
||||||
ntex-service = "0.4.0-alpha.0"
|
ntex-service = "0.4.0-beta.0"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -28,7 +28,7 @@ futures-sink = { version = "0.3", default-features = false, features = ["alloc"]
|
||||||
pin-project-lite = "0.2.9"
|
pin-project-lite = "0.2.9"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ntex = { version = "0.6.0-alpha.0", features = ["tokio"] }
|
ntex = { version = "0.6.0-beta.0", features = ["tokio"] }
|
||||||
ntex-bytes = "0.1.14"
|
ntex-bytes = "0.1.14"
|
||||||
ntex-macros = "0.1.3"
|
ntex-macros = "0.1.3"
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex"
|
name = "ntex"
|
||||||
version = "0.6.0-alpha.0"
|
version = "0.6.0-beta.0"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Framework for composable network services"
|
description = "Framework for composable network services"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -49,31 +49,31 @@ async-std = ["ntex-rt/async-std", "ntex-async-std", "ntex-connect/async-std"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-codec = "0.6.2"
|
ntex-codec = "0.6.2"
|
||||||
ntex-connect = "0.2.0-alpha.0"
|
ntex-connect = "0.2.0-beta.0"
|
||||||
ntex-http = "0.1.9"
|
ntex-http = "0.1.9"
|
||||||
ntex-router = "0.5.1"
|
ntex-router = "0.5.1"
|
||||||
ntex-service = "0.4.0-alpha.0"
|
ntex-service = "0.4.0-beta.0"
|
||||||
ntex-macros = "0.1.3"
|
ntex-macros = "0.1.3"
|
||||||
ntex-util = "0.2.0-alpha.0"
|
ntex-util = "0.2.0-beta.0"
|
||||||
ntex-bytes = "0.1.18"
|
ntex-bytes = "0.1.18"
|
||||||
ntex-h2 = "0.2.0-alpha.0"
|
ntex-h2 = "0.2.0-beta.0"
|
||||||
ntex-rt = "0.4.6"
|
ntex-rt = "0.4.6"
|
||||||
ntex-io = "0.2.0-alpha.0"
|
ntex-io = "0.2.0-beta.0"
|
||||||
ntex-tls = "0.2.0-alpha.0"
|
ntex-tls = "0.2.0-beta.0"
|
||||||
ntex-tokio = { version = "0.2.0-alpha.0", optional = true }
|
ntex-tokio = { version = "0.2.0-beta.0", optional = true }
|
||||||
ntex-glommio = { version = "0.2.0-alpha.0", optional = true }
|
ntex-glommio = { version = "0.2.0-beta.0", optional = true }
|
||||||
ntex-async-std = { version = "0.2.0-alpha.0", optional = true }
|
ntex-async-std = { version = "0.2.0-beta.0", optional = true }
|
||||||
|
|
||||||
async-oneshot = "0.5.0"
|
async-oneshot = "0.5.0"
|
||||||
async-channel = "1.8.0"
|
async-channel = "1.8.0"
|
||||||
base64 = "0.13"
|
base64 = "0.20"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num_cpus = "1.13"
|
num_cpus = "1.13"
|
||||||
nanorand = { version = "0.7.0", default-features = false, features = ["std", "wyrand"] }
|
nanorand = { version = "0.7.0", default-features = false, features = ["std", "wyrand"] }
|
||||||
polling = "2.5.1"
|
polling = "2.5.1"
|
||||||
pin-project-lite = "0.2"
|
pin-project-lite = "0.2"
|
||||||
regex = { version = "1.5.4", default-features = false, features = ["std"] }
|
regex = { version = "1.7.0", default-features = false, features = ["std"] }
|
||||||
sha-1 = "0.10"
|
sha-1 = "0.10"
|
||||||
serde = { version = "1.0", features=["derive"] }
|
serde = { version = "1.0", features=["derive"] }
|
||||||
socket2 = "0.4"
|
socket2 = "0.4"
|
||||||
|
@ -108,5 +108,5 @@ time = "0.3"
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
tls-openssl = { version="0.10", package = "openssl" }
|
tls-openssl = { version="0.10", package = "openssl" }
|
||||||
tls-rustls = { version = "0.20", package="rustls", features = ["dangerous_configuration"] }
|
tls-rustls = { version = "0.20", package="rustls", features = ["dangerous_configuration"] }
|
||||||
rustls-pemfile = { version = "1.0.0" }
|
rustls-pemfile = { version = "1.0" }
|
||||||
webpki-roots = { version = "0.22" }
|
webpki-roots = { version = "0.22" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue