Skip to content

Commit

Permalink
Merge pull request #34 from philipcristiano/dependabot/cargo/tonic-0.…
Browse files Browse the repository at this point in the history
…10.2

build(deps): bump tonic from 0.10.1 to 0.10.2
  • Loading branch information
philipcristiano authored Oct 9, 2023
2 parents 42b44e7 + fcd62ae commit dd206dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.33.0", features = ["full"]}
toml = "0.8.2"
tonic = { version = "0.10.1", features = ["tls", "tls-roots"] }
tonic = { version = "0.10.2", features = ["tls", "tls-roots"] }
tower-cookies = { version = "0.9.0", features = ["signed", "private"]}
tower-http = { version = "0.4.4", features = ["tracing", "trace"] }
tracing = "0.1.37"
Expand Down

0 comments on commit dd206dd

Please sign in to comment.