Skip to content

Commit

Permalink
chore: 📝 fix error in cargo-deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 29, 2024
1 parent c13c981 commit 5d73559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ reason = "Upstream https://github.com/tokio-rs/prost/issues/1009"

[[bans.skip-tree]]
crate = "[email protected]"
reason = "tonic 0.11.0 is not compatible with tokio 1.0"
reason = "tonic 0.11.0 is not compatible with hyper 1.0 and axum 0.7, see upstream https://github.com/hyperium/tonic/pull/1595"

0 comments on commit 5d73559

Please sign in to comment.