From 82ff98bf47b9d9c8b3be312cc972f8b691a7b152 Mon Sep 17 00:00:00 2001 From: Zvonimir Pervan Date: Mon, 17 Jun 2024 08:00:34 +0200 Subject: [PATCH] Update glam to 0.28 --- fake/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake/Cargo.toml b/fake/Cargo.toml index 7e333e5..7a88a1f 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.27.0", optional = true } +glam = { version = "0.28.0", optional = true } url-escape = { version = "0.1", optional = true } bson = { version = "2.10", optional = true }