diff --git a/Cargo.toml b/Cargo.toml
index 00ff94c..e4c4640 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "orx-linked-list"
-version = "2.3.0"
+version = "2.4.0"
 edition = "2021"
 authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
 description = "An efficient and recursive singly and doubly linked list implementation."
@@ -10,8 +10,9 @@ keywords = ["linked", "list", "vec", "array", "pinned"]
 categories = ["data-structures", "rust-patterns"]
 
 [dependencies]
-orx-selfref-col = "1.4"
-orx-split-vec = "2.7"
+orx-pinned-vec = "2.7"
+orx-selfref-col = "1.5"
+orx-split-vec = "2.8"
 
 [dev-dependencies]
 rand = "0.8"