Skip to content

Commit 44ec9e7

Browse files
author
Richard Patel
committed
prost 0.10
1 parent b860a41 commit 44ec9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
crate-type = ["cdylib", "rlib"]
1212

1313
[dependencies]
14-
prost = "0.9"
14+
prost = "0.10"
1515
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
1616
solana-accountsdb-plugin-interface = { version = "=1.9.12" }
1717
solana-logger = { version = "=1.9.12" }
@@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
2222
simple-error = "0.2.3"
2323

2424
[build-dependencies]
25-
prost-build = "0.9"
25+
prost-build = "0.10"
2626

2727
[package.metadata.docs.rs]
2828
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)