Skip to content

Commit

Permalink
Merge pull request #110 from MarcusDunn/dependabot/cargo/quote-server…
Browse files Browse the repository at this point in the history
…-adaptor/prost-0.11.9

Bump prost from 0.11.8 to 0.11.9 in /quote-server-adaptor
  • Loading branch information
MarcusDunn authored Apr 24, 2023
2 parents bcd8e2e + 2b9905e commit f9eaa2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions quote-server-adaptor/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 quote-server-adaptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.27.0", features = ["io-util", "rt-multi-thread", "macros", "net", "sync", "signal"] }
tonic = "0.9.2"
prost = "0.11.8"
prost = "0.11.9"
tracing = "0.1.37"
rand = "0.8.5"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit f9eaa2b

Please sign in to comment.