From b2d6a347baeac4c3e9626308f1a77cadcb19b965 Mon Sep 17 00:00:00 2001
From: griffi-gh <prasol258@gmail.com>
Date: Fri, 28 Feb 2025 16:18:13 +0100
Subject: [PATCH] update deps

---
 hui-examples/Cargo.toml    | 4 ++--
 hui-glium/Cargo.toml       | 2 +-
 hui-painter-wip/Cargo.toml | 2 +-
 hui-shared/Cargo.toml      | 2 +-
 hui-wgpu/Cargo.toml        | 4 ++--
 hui-winit/Cargo.toml       | 2 +-
 hui/Cargo.toml             | 4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/hui-examples/Cargo.toml b/hui-examples/Cargo.toml
index 2e2705f..133b82c 100644
--- a/hui-examples/Cargo.toml
+++ b/hui-examples/Cargo.toml
@@ -10,10 +10,10 @@ hui = { path = "../hui" }
 # hui-painter = { path = "../hui-painter" }
 hui-glium = { path = "../hui-glium" }
 hui-winit = { path = "../hui-winit" }
-kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "be1e24ba0c9e6d24128e7d0e74bebd8b90c23be7" }
+kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "1e051c47b64c967305e4bbbd464ef5da2cc56bbb" }
 glium = "0.36"
 winit = "0.30"
-glam = "0.29"
+glam = "0.30"
 log = "0.4"
 image = { version = "0.25", features = ["jpeg", "png"] }
 
diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml
index 8aa9de0..ae3c78e 100644
--- a/hui-glium/Cargo.toml
+++ b/hui-glium/Cargo.toml
@@ -18,5 +18,5 @@ include = [
 [dependencies]
 hui = { version = "=0.1.0-alpha.6", path = "../hui", default-features = false }
 glium = { version = "0.36", default-features = false }
-glam = "0.29"
+glam = "0.30"
 log = "0.4"
diff --git a/hui-painter-wip/Cargo.toml b/hui-painter-wip/Cargo.toml
index 4fe645a..c14b25d 100644
--- a/hui-painter-wip/Cargo.toml
+++ b/hui-painter-wip/Cargo.toml
@@ -16,7 +16,7 @@ include = [
 
 [dependencies]
 hui-shared = { version = "0.1.0-alpha.6", path = "../hui-shared" }
-glam = "0.29"
+glam = "0.30"
 log = "0.4"
 rect_packer = "0.2" # TODO: use sth else like `crunch` instead?
 hashbrown = "0.15"
diff --git a/hui-shared/Cargo.toml b/hui-shared/Cargo.toml
index bfc6199..921419e 100644
--- a/hui-shared/Cargo.toml
+++ b/hui-shared/Cargo.toml
@@ -14,4 +14,4 @@ include = [
 ]
 
 [dependencies]
-glam = "0.29"
+glam = "0.30"
diff --git a/hui-wgpu/Cargo.toml b/hui-wgpu/Cargo.toml
index da31176..523beb4 100644
--- a/hui-wgpu/Cargo.toml
+++ b/hui-wgpu/Cargo.toml
@@ -17,7 +17,7 @@ include = [
 
 [dependencies]
 hui = { version = "=0.1.0-alpha.6", path = "../hui", default-features = false }
-wgpu = { version = "23", default-features = false, features = ["wgsl"]}
+wgpu = { version = "24", default-features = false, features = ["wgsl"]}
 bytemuck = "1.15"
 log = "0.4"
-glam = "0.29"
+glam = "0.30"
diff --git a/hui-winit/Cargo.toml b/hui-winit/Cargo.toml
index 14b9b43..b6d93ef 100644
--- a/hui-winit/Cargo.toml
+++ b/hui-winit/Cargo.toml
@@ -18,7 +18,7 @@ hui = { version = "=0.1.0-alpha.6", path = "../hui", default-features = false }
 winit = { version = "0.30", default-features = false, features = ["x11"]}
 # winit_30 = { package = "winit", version = "0.30", default-features = false, optional = true }
 # winit_29 = { package = "winit", version = "0.29", default-features = false, optional = true }
-glam = "0.29"
+glam = "0.30"
 log = "0.4"
 
 [features]
diff --git a/hui/Cargo.toml b/hui/Cargo.toml
index 9c56a18..2bc3fef 100644
--- a/hui/Cargo.toml
+++ b/hui/Cargo.toml
@@ -21,13 +21,13 @@ hui-shared = { version = "0.1.0-alpha.6", path = "../hui-shared" }
 # hui-painter = { version = "0.1.0-alpha.6", path = "../hui-painter" }
 hashbrown = "0.15"
 nohash-hasher = "0.2"
-glam = "0.29"
+glam = "0.30"
 fontdue = "0.9"
 rect_packer = "0.2"
 log = "0.4"
 document-features = "0.2"
 derive_setters = "0.1"
-derive_more = { version = "1.0", features = [ "full" ] }
+derive_more = { version = "2.0", features = [ "full" ] }
 tinyset = "0.5"
 image = { version = "0.25", default-features = false, optional = true }
 rustc-hash = "2.0"