Skip to content

Commit bf54529

Browse files
chore: fix cargo deny (#5343)
1 parent 572c698 commit bf54529

2 files changed

Lines changed: 17 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ bytes = { version = "1", features = ["serde"] }
3636
bzip2 = { version = "0.5", features = ["libbz2-rs-sys"] }
3737
bzip2-sys = { version = "0.1", default-features = false, features = ["__disabled"] }
3838
chrono = { version = "0.4", features = ["serde"] }
39-
concurrent-queue = { version = "2" }
4039
crossbeam-utils = { version = "0.8" }
4140
crypto-bigint = { version = "0.5", features = ["generic-array", "zeroize"] }
4241
crypto-common = { version = "0.1", default-features = false, features = ["getrandom", "std"] }
@@ -162,7 +161,6 @@ bzip2 = { version = "0.5", features = ["libbz2-rs-sys"] }
162161
bzip2-sys = { version = "0.1", default-features = false, features = ["__disabled"] }
163162
cc = { version = "1", default-features = false, features = ["parallel"] }
164163
chrono = { version = "0.4", features = ["serde"] }
165-
concurrent-queue = { version = "2" }
166164
crossbeam-utils = { version = "0.8" }
167165
crypto-bigint = { version = "0.5", features = ["generic-array", "zeroize"] }
168166
crypto-common = { version = "0.1", default-features = false, features = ["getrandom", "std"] }

0 commit comments

Comments
 (0)