From aef14c86f23b0bfc20b9e6d097a7c5ee075cf74f Mon Sep 17 00:00:00 2001 From: Freja Roberts Date: Sun, 31 Mar 2024 16:17:49 +0200 Subject: [PATCH] chore: update dependencies Updates internal dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76d7d69..ae6ec4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flume = { version = "0.11.0", default_features = false, optional = true } atomic_refcell = { version = "0.1.13", default_features = false } bitflags = { version = "2.4.1", default_features = false } anyhow = { version = "1.0.75", default_features = false } -itertools = "0.11.0" +itertools = "0.12.1" rayon = { version = "1.8.0", default_features = false, optional = true } tokio = { version = "1.33.0", default_features = false, features = [ "sync", @@ -40,12 +40,12 @@ puffin = { version = "0.19", optional = true } [dev-dependencies] tokio = { version = "1.33.0", features = ["test-util", "macros"] } futures = "0.3.29" -itertools = { version = "0.11.0", default_features = false } +itertools = { version = "0.12.1", default_features = false } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } serde_json = "1.0.107" -glam = { version = "0.24.2", features = ["rand", "serde", "scalar-math"] } +glam = { version = "0.27.0", features = ["rand", "serde", "scalar-math"] } rand = "0.8.5" -tracing-tree = "0.2.5" +tracing-tree = "0.3.0" bincode = "1.3.3" ron = "0.8.1" tracing = "0.1.40"