From 0b93ba142a4d1acce03d0a307aa304e00a096d03 Mon Sep 17 00:00:00 2001 From: Thomas Duindam Date: Mon, 25 Mar 2024 09:21:10 +0100 Subject: [PATCH] Update glam to 0.27.0 --- fake/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake/Cargo.toml b/fake/Cargo.toml index 2f74b8a..20be082 100644 --- a/fake/Cargo.toml +++ b/fake/Cargo.toml @@ -35,7 +35,7 @@ rust_decimal = { version = "1.32", default-features = false, optional = true } bigdecimal-rs = { version = "0.4", package = "bigdecimal", default-features = false, optional = true } zerocopy = { version = "0.7", optional = true } rand_core = { version = "0.6", optional = true } -glam = { version = "0.26.0", optional = true } +glam = { version = "0.27.0", optional = true } url-escape = { version = "0.1", optional = true } [dev-dependencies]