Skip to content

Commit

Permalink
Remove unused cargo dependencies (#5189)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Jul 8, 2024
1 parent f3674b4 commit 451aff8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion components/collections/codepointtrie_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ icu4c = []

[dependencies]
icu_collections = { workspace = true, features = ["serde"] }
toml = { workspace = true }
zerovec = { workspace = true }
wasmi = { workspace = true, optional = true }

Expand Down
2 changes: 0 additions & 2 deletions provider/baked/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ zerotrie = { workspace = true, features = ["alloc"] }
crlify = { workspace = true, optional = true }
databake = { workspace = true, optional = true}
icu_registry = { workspace = true, optional = true }
itertools = { workspace = true, optional = true }
log = { workspace = true, optional = true }
proc-macro2 = { workspace = true, optional = true }
heck = { workspace = true, optional = true }
Expand All @@ -38,7 +37,6 @@ export = [
"dep:databake",
"dep:heck",
"dep:icu_registry",
"dep:itertools",
"dep:log",
"dep:proc-macro2",
"icu_provider/export",
Expand Down
3 changes: 0 additions & 3 deletions utils/bies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ writeable = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }
rand_pcg = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { workspace = true }

0 comments on commit 451aff8

Please sign in to comment.