From 776ffb00add059c5f0b09ac0b069232e12426604 Mon Sep 17 00:00:00 2001 From: Ellen Emilia Anna Zscheile Date: Mon, 12 May 2025 19:30:09 +0200 Subject: [PATCH] chore: bump dependencies --- Cargo.toml | 2 +- crates/planar-incr-embed/Cargo.toml | 4 ++-- crates/topola-egui/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ece5f62..833abf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ derive-getters = "0.5" log = "0.4" rstar = "0.12" serde_json = "1.0" -spade = "2.12" +spade = "2.13" thiserror = "2.0" [workspace.dependencies.bimap] diff --git a/crates/planar-incr-embed/Cargo.toml b/crates/planar-incr-embed/Cargo.toml index 0707f23..7718079 100644 --- a/crates/planar-incr-embed/Cargo.toml +++ b/crates/planar-incr-embed/Cargo.toml @@ -23,9 +23,9 @@ workspace = true optional = true [dev-dependencies] -ron = "0.8" +ron = "0.10" serde.workspace = true [dev-dependencies.insta] -version = "1.42" +version = "1.43" features = ["json"] diff --git a/crates/topola-egui/Cargo.toml b/crates/topola-egui/Cargo.toml index 9940ebc..306d4a7 100644 --- a/crates/topola-egui/Cargo.toml +++ b/crates/topola-egui/Cargo.toml @@ -19,8 +19,8 @@ derive-getters.workspace = true egui = "0.31" fluent-templates = "0.13" geo.workspace = true -icu_experimental = "0.3.0-beta2" -icu_locale_core = "2.0.0-beta2" +icu_experimental = "0.3.0" +icu_locale_core = "2.0.0" log.workspace = true petgraph.workspace = true rstar.workspace = true