From b1f62b842844735c9065f3f3185080f4db37c84f Mon Sep 17 00:00:00 2001 From: hypercube <0hypercube@gmail.com> Date: Sat, 7 Dec 2024 17:05:42 +0000 Subject: [PATCH] Update glam --- specta/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specta/Cargo.toml b/specta/Cargo.toml index e225226..8748820 100644 --- a/specta/Cargo.toml +++ b/specta/Cargo.toml @@ -112,7 +112,7 @@ bit-vec = { version = "0.7.0", optional = true, default-features = false, featur bson = { version = "2.11.0", optional = true, default-features = false, features = [] } uhlc = { version = "0.8.0", optional = true, default-features = false, features = [] } bytesize = { version = "1.3.0", optional = true, default-features = false, features = [] } -glam = { version = "0.28", optional = true, default-features = false, features = ["std"] } +glam = { version = "0.29", optional = true, default-features = false, features = ["std"] } tokio = { version = "1.38", optional = true, default-features = false, features = ["sync"] } url = { version = "2.5.2", optional = true, default-features = false } either = { version = "1.13.0", optional = true, default-features = false }