Skip to content

Commit

Permalink
Merge pull request #59 from Blockdaemon/dependabot/cargo/prost-0.11
Browse files Browse the repository at this point in the history
Update prost requirement from 0.10 to 0.11
  • Loading branch information
nyetwurk authored Feb 23, 2023
2 parents 27c30b3 + e926df8 commit 5533af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
crate-type = ["cdylib", "rlib"]

[dependencies]
prost = "0.10"
prost = "0.11"
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
solana-geyser-plugin-interface = { version = "=1.11.3" }
solana-logger = { version = "=1.11.3" }
Expand Down

0 comments on commit 5533af3

Please sign in to comment.