Skip to content

Commit

Permalink
deps: add arrayvec to allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
kartva committed Aug 17, 2024
1 parent 6fdd0e5 commit 2311797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make/depcheck/src/allowlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pub const EXTRA_DATA_DEPS: &[&str] = &[
///
/// Keep in sync with Cargo.toml crates.io dependencies.
pub const EXTRA_EXPERIMENTAL_DEPS: &[&str] = &[
"arrayvec",
"icu_experimental",
"icu_pattern",
"num-bigint",
Expand Down

0 comments on commit 2311797

Please sign in to comment.