We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0fed4 commit c8819efCopy full SHA for c8819ef
crates/flagd/Cargo.toml
@@ -37,8 +37,8 @@ test-log = { version = "0.2", features = ["trace"] }
37
open-feature = "0.2"
38
async-trait = "0.1"
39
tonic = { version = "0.13" }
40
-prost = "0.13"
41
-prost-types = "0.13"
+prost = "0.14"
+prost-types = "0.14"
42
tokio = { version = "1.45", features = ["full"] }
43
serde_json = "1.0"
44
serde = { version = "1.0", features = ["derive"] }
0 commit comments