From b543bf096b52337b442ef3864c8a45f6d8efe3d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 06:36:52 +0000 Subject: [PATCH] fix(deps): update rust crate open-feature to v0.3.0 --- Cargo.toml | 2 +- crates/env-var/Cargo.toml | 2 +- crates/flagsmith/Cargo.toml | 2 +- crates/flipt/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c77575..2f81456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tracing = "0.1" thiserror = "2.0" # OpenFeature SDK -open-feature = "0.2" +open-feature = "0.3" # Async runtime async-trait = "0.1" diff --git a/crates/env-var/Cargo.toml b/crates/env-var/Cargo.toml index f61176c..5d14fd4 100644 --- a/crates/env-var/Cargo.toml +++ b/crates/env-var/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["open-feature", "feature-flag", "environment-variable"] maintenance = { status = "actively-developed" } [dependencies] -open-feature = "0.2.7" +open-feature = "0.3.0" async-trait = "0.1.89" [dev-dependencies] diff --git a/crates/flagsmith/Cargo.toml b/crates/flagsmith/Cargo.toml index e37dbbb..8850aa9 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 = "2.1" diff --git a/crates/flipt/Cargo.toml b/crates/flipt/Cargo.toml index 2d02588..519683b 100644 --- a/crates/flipt/Cargo.toml +++ b/crates/flipt/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" [dependencies] flipt = "=1.1.1" -open-feature = "0.2.7" +open-feature = "0.3.0" serde_json = "1.0" # FIXME: openfeature-rust-sdk-contrib should export this async-trait = "0.1"