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 8, 2023
1 parent 0cc0536 commit 57671cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.

6 changes: 4 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["nightly", "raw"] }
hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "1", default-features = false, features = ["std"] }
itertools = { version = "0.10" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
lexical-core = { version = "0.8", features = ["format"] }
lexical-parse-float = { version = "0.8", default-features = false, features = ["format", "std"] }
lexical-parse-integer = { version = "0.8", default-features = false, features = ["format", "std"] }
Expand Down Expand Up @@ -143,7 +144,8 @@ hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["nightly", "raw"] }
hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "1", default-features = false, features = ["std"] }
itertools = { version = "0.10" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
lexical-core = { version = "0.8", features = ["format"] }
lexical-parse-float = { version = "0.8", default-features = false, features = ["format", "std"] }
lexical-parse-integer = { version = "0.8", default-features = false, features = ["format", "std"] }
Expand Down

0 comments on commit 57671cf

Please sign in to comment.