diff --git a/ntex-bytes/Cargo.toml b/ntex-bytes/Cargo.toml
index d35d0144..ad6634b0 100644
--- a/ntex-bytes/Cargo.toml
+++ b/ntex-bytes/Cargo.toml
@@ -27,4 +27,4 @@ simdutf8 = { version = "0.1.4", optional = true }
 [dev-dependencies]
 serde_test = "1.0"
 serde_json = "1.0"
-ntex = { version = "1.0", features = ["tokio"] }
+ntex = { version = "1", features = ["tokio"] }
diff --git a/ntex-connect/Cargo.toml b/ntex-connect/Cargo.toml
index b99df93f..08c8233d 100644
--- a/ntex-connect/Cargo.toml
+++ b/ntex-connect/Cargo.toml
@@ -58,5 +58,5 @@ webpki-roots = { version = "0.25", optional = true }
 
 [dev-dependencies]
 rand = "0.8"
-env_logger = "0.10"
-ntex = { version = "1.0.0", features = ["tokio"] }
+env_logger = "0.11"
+ntex = { version = "1", features = ["tokio"] }
diff --git a/ntex-glommio/Cargo.toml b/ntex-glommio/Cargo.toml
index 36330cdd..58d0e20c 100644
--- a/ntex-glommio/Cargo.toml
+++ b/ntex-glommio/Cargo.toml
@@ -16,10 +16,10 @@ name = "ntex_glommio"
 path = "src/lib.rs"
 
 [dependencies]
-ntex-bytes = "0.1.21"
+ntex-bytes = "0.1.24"
 ntex-io = "1.0.0"
 ntex-util = "1.0.0"
-futures-lite = "1.12"
+futures-lite = "2.2"
 log = "0.4"
 oneshot = { version = "0.1", default-features = false, features = ["async"] }
 
diff --git a/ntex-io/Cargo.toml b/ntex-io/Cargo.toml
index a3eb36b1..aa77ff42 100644
--- a/ntex-io/Cargo.toml
+++ b/ntex-io/Cargo.toml
@@ -27,6 +27,6 @@ pin-project-lite = "0.2"
 
 [dev-dependencies]
 rand = "0.8"
-env_logger = "0.10"
+env_logger = "0.11"
 
-ntex = { version = "1.0.0", features = ["tokio"] }
+ntex = { version = "1", features = ["tokio"] }
diff --git a/ntex-macros/Cargo.toml b/ntex-macros/Cargo.toml
index 28ce13f3..5bc4089e 100644
--- a/ntex-macros/Cargo.toml
+++ b/ntex-macros/Cargo.toml
@@ -16,6 +16,6 @@ syn = { version = "^1", features = ["full", "parsing"] }
 proc-macro2 = "^1"
 
 [dev-dependencies]
-ntex = { version = "1.0.0", features = ["tokio"] }
+ntex = { version = "1", features = ["tokio"] }
 futures = "0.3"
-env_logger = "0.10"
\ No newline at end of file
+env_logger = "0.11"
\ No newline at end of file
diff --git a/ntex-service/Cargo.toml b/ntex-service/Cargo.toml
index 6addcf5d..71a610c6 100644
--- a/ntex-service/Cargo.toml
+++ b/ntex-service/Cargo.toml
@@ -19,5 +19,5 @@ path = "src/lib.rs"
 slab = "0.4"
 
 [dev-dependencies]
-ntex = { version = "1.0.0", features = ["tokio"] }
-ntex-util = "1.0.0"
+ntex = { version = "1", features = ["tokio"] }
+ntex-util = "1"
diff --git a/ntex-tls/Cargo.toml b/ntex-tls/Cargo.toml
index 56bba238..d1b25058 100644
--- a/ntex-tls/Cargo.toml
+++ b/ntex-tls/Cargo.toml
@@ -39,7 +39,7 @@ tls_openssl = { version = "0.10", package = "openssl", optional = true }
 tls_rust = { version = "0.21", package = "rustls", optional = true }
 
 [dev-dependencies]
-ntex = { version = "1.0.0", features = ["openssl", "rustls", "tokio"] }
-env_logger = "0.10"
+ntex = { version = "1", features = ["openssl", "rustls", "tokio"] }
+env_logger = "0.11"
 rustls-pemfile = "1.0"
 webpki-roots = "0.25"
diff --git a/ntex-util/Cargo.toml b/ntex-util/Cargo.toml
index 5c6d11ca..b4b4cd99 100644
--- a/ntex-util/Cargo.toml
+++ b/ntex-util/Cargo.toml
@@ -28,6 +28,6 @@ futures-sink = { version = "0.3", default-features = false, features = ["alloc"]
 pin-project-lite = "0.2"
 
 [dev-dependencies]
-ntex = { version = "1.0", features = ["tokio"] }
+ntex = { version = "1", features = ["tokio"] }
 ntex-macros = "0.1.3"
 futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml
index 1ab1107d..de15d5cb 100644
--- a/ntex/Cargo.toml
+++ b/ntex/Cargo.toml
@@ -101,7 +101,7 @@ brotli2 = { version="0.3.2", optional = true }
 flate2 = { version = "1.0.22", optional = true }
 
 [dev-dependencies]
-env_logger = "0.10"
+env_logger = "0.11"
 rand = "0.8"
 time = "0.3"
 futures-util = "0.3"