Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "cargo-hakari"
Browse files Browse the repository at this point in the history
dependabot[bot] authored and github-actions[bot] committed Feb 8, 2024
1 parent 6d724b1 commit 225412e
Showing 2 changed files with 24 additions and 90 deletions.
112 changes: 23 additions & 89 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 src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e
tokio-util = { version = "0.7", features = ["codec", "io"] }
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19", features = ["serde"] }
tonic = { version = "0.11", features = ["gzip", "tls-webpki-roots"] }
tonic = { version = "0.10", features = ["gzip", "tls-webpki-roots"] }
tower = { version = "0.4", features = ["balance", "buffer", "filter", "limit", "load-shed", "timeout", "util"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }

0 comments on commit 225412e

Please sign in to comment.