Update neon rt

This commit is contained in:
Nikolay Kim 2025-03-25 09:33:31 +01:00
parent eaec50d8a2
commit 3e19e8ac8d
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [2.5.8] - 2025-03-25
* Update neon runtime
## [2.5.7] - 2025-03-21
* Simplify neon poll impl

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-net"
version = "2.5.7"
version = "2.5.8"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntexwork utils for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -40,14 +40,14 @@ ntex-util = "2.5"
ntex-tokio = { version = "0.5.3", optional = true }
ntex-compio = { version = "0.2.4", optional = true }
ntex-neon = { version = "0.1.7", optional = true }
ntex-neon = { version = "0.1.9", optional = true }
bitflags = { workspace = true }
cfg-if = { workspace = true }
log = { workspace = true }
libc = { workspace = true }
slab = { workspace = true, optional = true }
socket2 = { workspace = true, optional = true }
socket2 = { workspace = true, optional = true, features = ["all"] }
thiserror = { workspace = true }
# Linux specific dependencies