Skip to content

Commit

Permalink
fix(deps): update rust crate prost to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 7681606 commit a548e12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 29 deletions.
33 changes: 5 additions & 28 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 libs/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures-util = "0.3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "fs", "process"] }
tokio-stream = { version = "0.1", features = ["net"] }
tokio-util = "0.7"
prost = "0.11"
prost = "0.12"
prost-types = "0.12"
rusqlite = "0.29"
fs4 = { version = "0.6", features = ["tokio-async"] }
Expand Down

0 comments on commit a548e12

Please sign in to comment.