Skip to content

Commit

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

Bump tonic from 0.9.1 to 0.9.2 in /quote-server-adaptor
  • Loading branch information
MarcusDunn authored Apr 24, 2023
2 parents b7e6e19 + 1f7f6b0 commit bcd8e2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
tokio = { version = "1.27.0", features = ["io-util", "rt-multi-thread", "macros", "net", "sync", "signal"] }
tonic = "0.9.1"
tonic = "0.9.2"
prost = "0.11.8"
tracing = "0.1.37"
rand = "0.8.5"
Expand Down

0 comments on commit bcd8e2e

Please sign in to comment.