Skip to content

Commit c8819ef

Browse files
fix(deps): update tokio-prost monorepo to 0.14
1 parent 5c0fed4 commit c8819ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/flagd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ test-log = { version = "0.2", features = ["trace"] }
3737
open-feature = "0.2"
3838
async-trait = "0.1"
3939
tonic = { version = "0.13" }
40-
prost = "0.13"
41-
prost-types = "0.13"
40+
prost = "0.14"
41+
prost-types = "0.14"
4242
tokio = { version = "1.45", features = ["full"] }
4343
serde_json = "1.0"
4444
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)