From 24e2879b78b388d2e4984cb9e439242f40f9d61d Mon Sep 17 00:00:00 2001 From: Thomas Duindam <76484202+thomas-tribus@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:19:15 +0200 Subject: [PATCH] Update glam to latest version --- fake/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake/Cargo.toml b/fake/Cargo.toml index fabb77e..ebe90ec 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.28.0", optional = true } +glam = { version = "0.29.0", optional = true } url-escape = { version = "0.1", optional = true } bson = { version = "2.10", optional = true } url = { version = "2.5.2", optional = true }