Skip to content

Commit 6d60840

Browse files
Merge pull request #241 from disintegrate-es/dependabot/cargo/tonic-0.14.5
Bump tonic from 0.14.2 to 0.14.5
2 parents b0c9418 + 1a23636 commit 6d60840

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/courses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1.89"
1515
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres"] }
1616
thiserror = "2.0.18"
1717
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] }
18-
tonic = { version = "0.14.2", features = ["gzip", "transport"] }
18+
tonic = { version = "0.14.5", features = ["gzip", "transport"] }
1919
tonic-prost = "0.14.2"
2020
tonic-health = "0.14.5"
2121
tonic-reflection = "0.14.2"

0 commit comments

Comments
 (0)