Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
build(deps): bump prost from 0.5.0 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.5.0...v0.6.1)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent 02755cf commit 3050840
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 26 deletions.
83 changes: 59 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flouze_flutter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ios = []
[dependencies]
bytes = "0.4.12"
jni = { version = "0.13.1", optional = true }
prost = "0.5.0"
prost = "0.6.1"
flouze = { path = "../lib" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jsonrpc-core-client = { version = "13.2.0", features = ["http", "tls"] }
jsonrpc-derive = "13.2.0"
jsonrpc-http-server = "13.2.0"
log = "0.4.8"
prost = "0.5.0"
prost = "0.6.1"
serde = "1.0.101"
serde_derive = "1.0.101"
uuid = { version = "0.7.4", features = ["v4"] }
Expand Down

0 comments on commit 3050840

Please sign in to comment.