From 69cf6621d86f03ae1db269f60b99f3d0e020b2b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:46:51 +0000 Subject: [PATCH] fix(deps): update rust crate open-feature to 0.3 --- 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 5689d86..440276a 100644 --- a/crates/flagsmith/Cargo.toml +++ b/crates/flagsmith/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["openfeature", "feature-flags", "flagsmith"] [dependencies] # OpenFeature SDK -open-feature = "0.2" +open-feature = "0.3" # Flagsmith SDK flagsmith = "3.0"