Skip to content

Commit

Permalink
Fix "cargo-hakari"
Browse files Browse the repository at this point in the history
  • Loading branch information
BugenZhao authored and github-actions[bot] committed Nov 16, 2023
1 parent 7810f9c commit c69143e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ phf_shared = { version = "0.11", features = ["uncased"] }
postgres-types = { version = "0.2", default-features = false, features = ["derive", "with-chrono-0_4", "with-serde_json-1"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
prometheus = { version = "0.13", features = ["process"] }
prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["no-recursion-limit"] }
prost-a6292c17cd707f01 = { package = "prost", version = "0.11" }
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-types = { version = "0.12" }
quote = { version = "1" }
rand = { version = "0.8", features = ["small_rng"] }
Expand Down Expand Up @@ -127,12 +126,12 @@ time = { version = "0.3", features = ["local-offset", "macros", "serde-well-know
tinyvec = { version = "1", features = ["alloc", "grab_spare_slice", "rustc_1_55"] }
tokio = { version = "1", features = ["full", "stats", "tracing"] }
tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "ac00d88", features = ["with-chrono-0_4"] }
tokio-rustls = { version = "0.24" }
tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e", features = ["fs", "net"] }
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-274715c4dabd11b0 = { package = "tonic", version = "0.9", features = ["gzip", "tls-webpki-roots"] }
tonic-93f6ce9d446188ac = { package = "tonic", version = "0.10" }
tonic = { version = "0.10" }
tower = { version = "0.4", features = ["balance", "buffer", "filter", "limit", "load-shed", "timeout", "util"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
Expand Down Expand Up @@ -169,8 +168,7 @@ petgraph = { version = "0.6" }
phf = { version = "0.11", features = ["uncased"] }
phf_shared = { version = "0.11", features = ["uncased"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["no-recursion-limit"] }
prost-a6292c17cd707f01 = { package = "prost", version = "0.11" }
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-types = { version = "0.12" }
quote = { version = "1" }
rand = { version = "0.8", features = ["small_rng"] }
Expand Down

0 comments on commit c69143e

Please sign in to comment.