Skip to content

Commit

Permalink
Merge pull request #397 from cunarist/dependabot/cargo/prost-0.13.0
Browse files Browse the repository at this point in the history
Update prost requirement from 0.12.6 to 0.13.0
  • Loading branch information
temeddix authored Jul 8, 2024
2 parents c8435f2 + d4217cb commit 4ad8ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/example/native/hub/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
rinf = "6.14.1"
prost = "0.12.6"
prost = "0.13.0"
tokio = { version = "1", features = ["rt", "sync", "macros", "time"] }
tokio_with_wasm = { version = "0.6.1", features = [
"rt",
Expand Down

0 comments on commit 4ad8ef4

Please sign in to comment.