Skip to content

Commit

Permalink
Fix "cargo-hakari"
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 19, 2023
1 parent e5391f3 commit cb3d33b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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"] }
prometheus = { version = "0.13", features = ["process"] }
prost = { version = "0.11", features = ["no-recursion-limit"] }
prost-types = { version = "0.11" }
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = { version = "0.3" }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -137,6 +138,7 @@ phf = { version = "0.11", features = ["uncased"] }
phf_shared = { version = "0.11", features = ["uncased"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
prost = { version = "0.11", features = ["no-recursion-limit"] }
prost-types = { version = "0.11" }
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = { version = "0.3" }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
Expand Down

0 comments on commit cb3d33b

Please sign in to comment.