From b2b7a71a7627529a5d078b65e86c3d59ed1f7521 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 10 May 2025 12:18:58 +0100 Subject: chore(filamento): update reactive_stores to 0.2.2 --- filamento/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index 97c2931..90d2d73 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -45,7 +45,7 @@ sha1 = "0.10.6" image = "0.25.6" hex = "0.4.3" serde = { version = "1.0.219", features = ["derive"], optional = true } -reactive_stores = { version = "0.1.8", optional = true } +reactive_stores = { version = "0.2.2", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tokio = { workspace = true, features = ["sync", "time", "rt", "fs", "io-std"] } -- cgit