Skip to content

Commit

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

build(deps): bump tonic from 0.10.0 to 0.10.1
  • Loading branch information
philipcristiano authored Oct 2, 2023
2 parents d881b22 + b2a5537 commit e27ec77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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.32.0", features = ["full"]}
toml = "0.8.0"
tonic = { version = "0.10.0", features = ["tls", "tls-roots"] }
tonic = { version = "0.10.1", 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 e27ec77

Please sign in to comment.