From 475d63c574d19e399ac8ea030c2f806bcec61c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:02:13 +0000 Subject: [PATCH] fix(deps): update rust crate flagsmith to v3 --- crates/flagsmith/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flagsmith/Cargo.toml b/crates/flagsmith/Cargo.toml index 51ec6c3..c10f97a 100644 --- a/crates/flagsmith/Cargo.toml +++ b/crates/flagsmith/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["openfeature", "feature-flags", "flagsmith"] open-feature = "0.2" # Flagsmith SDK -flagsmith = "2.1" +flagsmith = "3.0" # Async runtime tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }