diff --git a/Cargo.toml b/Cargo.toml
index 735bcb0..7673c18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,4 @@
 [workspace]
-
 members = [
     "ableos",
     "asl",
diff --git a/ableos/Cargo.toml b/ableos/Cargo.toml
index f458a93..556d39d 100644
--- a/ableos/Cargo.toml
+++ b/ableos/Cargo.toml
@@ -69,7 +69,6 @@ pc-keyboard = "0.5"
 version = "0.4.17"
 default-features = false
 
-
 [dependencies.logos]
 version = "0.12"
 default-features = false
@@ -88,7 +87,7 @@ default-features = false
 features = ["derive", "alloc"]
 
 [dependencies.hashbrown]
-version = "0.7"
+version = "0.12"
 default-features = false
 features = ["inline-more"]
 
@@ -109,7 +108,7 @@ git = "https://git.ablecorp.us:443/able/y-compositor-protocol.git"
 path = "../ext2-rs"
 
 [dependencies.toml]
-git = "https://github.com/diondokter/toml-rs"
+git = "https://git.ablecorp.us:443/theoddgarlic/toml-rs"
 # version = "0.5.8"
 default-features = false