diff --git a/crates/flagd/Cargo.toml b/crates/flagd/Cargo.toml index 10b57ca..0196934 100644 --- a/crates/flagd/Cargo.toml +++ b/crates/flagd/Cargo.toml @@ -2,7 +2,7 @@ name = "open-feature-flagd" version = "0.0.4" edition = "2021" -rust-version = "1.80.1" # MSRV +rust-version = "1.81.0" # MSRV description = "The official flagd provider for OpenFeature." documentation = "https://docs.rs/open-feature-flagd" readme = "README.md" @@ -30,8 +30,8 @@ cucumber = "0.21" tokio-stream = "0.1" futures-core = "0.3" testcontainers = { version = "0.23.1", features = ["http_wait", "blocking"] } -wiremock = "0.6.2" -tempfile = "3.3.1" +wiremock = "0.6.3" +tempfile = "3.19.0" serial_test = "3.2" tracing-test = "0.2" test-log = { version = "0.2", features = ["trace"] } @@ -42,7 +42,7 @@ async-trait = "0.1" tonic = { version = "0.12", features = ["tls"] } prost = "0.13" prost-types = "0.13" -tokio = { version = "1.0", features = ["full"] } +tokio = { version = "1.44", features = ["full"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } lru = "0.13" @@ -50,11 +50,11 @@ futures = "0.3" reqwest = { version = "0.12", features = ["json", "stream"] } tracing = "0.1" tracing-subscriber = "0.3" -anyhow = "1.0.95" +anyhow = "1.0.97" regex = "1.11.1" -semver = "1.0.25" +semver = "1.0.26" murmurhash3 = "0.0.5" tower = "0.5" hyper-util = { version = "0.1", features = ["tokio"] } thiserror = "2.0" -datalogic-rs = "2.0.16" +datalogic-rs = "2.1.15" diff --git a/crates/flagd/flagd-testbed b/crates/flagd/flagd-testbed index 9d35a07..0bada4f 160000 --- a/crates/flagd/flagd-testbed +++ b/crates/flagd/flagd-testbed @@ -1 +1 @@ -Subproject commit 9d35a07f43c6b5e1810a5e83029aae62a5dbd494 +Subproject commit 0bada4f3139ae9d5ad347b3642f893d65e6c0a04 diff --git a/crates/flagd/schemas b/crates/flagd/schemas index bb76343..e840a03 160000 --- a/crates/flagd/schemas +++ b/crates/flagd/schemas @@ -1 +1 @@ -Subproject commit bb763438abc5b0e97dc26a795bc72b7a9f3e4020 +Subproject commit e840a037dc49801185217f45cc404fc8ff2cd0d4