From a480d932768d151720daab08673fd3db584f289c Mon Sep 17 00:00:00 2001
From: TheOddGarlic <umutinanerdogan@pm.me>
Date: Tue, 2 Aug 2022 12:49:17 +0300
Subject: [PATCH] Bump hashbrown, switch to my toml fork

---
 Cargo.toml        | 1 -
 ableos/Cargo.toml | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

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