Skip to content

Commit bff6ca4

Browse files
Bumped prost version (#639)
Signed-off-by: Katherine Hough <kmhough@amazon.com>
1 parent 91b88c7 commit bff6ca4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cedar-drt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
1818
lazy_static = "1.4"
1919
smol_str = { version = "0.3", features = ["serde"] }
20-
prost = "0.13"
20+
prost = "0.14"
2121

2222
[build-dependencies]
23-
prost-build = "0.13"
23+
prost-build = "0.14"
2424

2525
[features]
2626
integration-testing = []

cedar-drt/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rand_chacha = { version = "0.9", optional = true }
2929
similar-asserts = "1.5.0"
3030
thiserror = "2.0"
3131
logos = "0.15.0"
32-
prost = "0.13"
32+
prost = "0.14"
3333
itertools = "0.14.0"
3434

3535
[dependencies.uuid]

cedar-lean-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ lean-sys = { version = "0.0.8", default-features = false }
1010
serde = "1"
1111
serde_json = "1.0"
1212
thiserror = "2.0"
13-
prost = "0.13"
13+
prost = "0.14"
1414
itertools = "0.14.0"
1515
miette = "7.6.0"
1616

1717
[build-dependencies]
18-
prost-build = "0.13"
18+
prost-build = "0.14"
1919
cargo_metadata = "0.20.0"
2020

2121
[profile.release]

0 commit comments

Comments
 (0)