diff --git a/Cargo.toml b/Cargo.toml index 4b6a5e0..40f1831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ criterion = "0.6" rand = "0.8" uuid = { version = "1.1", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] } -glam = { version = "0.25", features = ["serde"] } +glam = { version = "0.30", features = ["serde"] } bincode_1 = { version = "1.3", package = "bincode" } serde = { version = "1.0", features = ["derive"] } bumpalo = { version = "3.16.0", features = ["collections"] }