Skip to content

Commit

Permalink
twox-hash deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Sep 15, 2023
1 parent b33aed9 commit 6b8690b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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 provider/datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde-aux = { version = "4.1.2", default-features = false }
toml = "0.5"
twox-hash = "1.6"
twox-hash = { version = "1.6", default-features = false }
zip = { version = ">=0.5, <0.7", default-features = false, features = ["deflate"] }

rayon = { version = "1.5", optional = true }
Expand Down
2 changes: 2 additions & 0 deletions tools/depcheck/src/allowlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ pub const EXTRA_DATAGEN_DEPS: &[&str] = &[
"ryu",
"serde-aux",
"serde_json",
"static_assertions",
"toml",
"twox-hash",
];

/// Dependencies needed by the `log` crate
Expand Down

0 comments on commit 6b8690b

Please sign in to comment.