Skip to content

Commit c8fc649

Browse files
committed
set tonic to first upstream with updated tower
note that axum-service has not updated its tower dependency. in general it seems out of date.
1 parent 36f0598 commit c8fc649

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,8 @@ url = { version = "2.2" }
253253
getrandom = { version = "0.2", default-features = false }
254254

255255
[patch.crates-io]
256+
# This is current main as of Feb 28, 2025
257+
# tonic = { git = "https://github.com/hyperium/tonic", rev = "fc940ce158513d5d989772c571a34ee5f6f43292" }
258+
# This is the version that has bumped tower to 0.5 without also bumping tonic.
259+
tonic = { git = "https://github.com/hyperium/tonic", rev = "58345a6bf29b4c17eccc949dd6d7640928dff0cc" }
256260
tower-actor = { git = "https://github.com/penumbra-zone/tower-actor", rev = "refs/pull/5/head" }

0 commit comments

Comments
 (0)