Skip to content

Commit be40f33

Browse files
committed
rm not used crate
1 parent a923139 commit be40f33

File tree

3 files changed

+0
-75
lines changed

3 files changed

+0
-75
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ dyn-clone = "1.0.17"
3636
rustc-hash = "2.1.0"
3737
memchr = "2.7.4"
3838

39-
4039
codspeed-criterion-compat = { version = "2.7.2", default-features = false, optional = true }
4140
static_assertions = "1.1.0"
4241
simd-json = "0.14.3"
43-
dashmap = "6.1.0"
44-
self_cell = "1.2.1"
4542

4643
[dev-dependencies]
4744
twox-hash = "2.1.0"

benches/bench_complex_replace_source.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pub use codspeed_criterion_compat::*;
1111
use rspack_sources::{
1212
BoxSource, MapOptions, ObjectPool, OriginalSource, ReplaceSource, SourceExt,
1313
};
14-
use simd_json::borrowed::Object;
1514

1615
static LARGE_REPLACE_SOURCE: LazyLock<BoxSource> = LazyLock::new(|| {
1716
let mut source = ReplaceSource::new(

0 commit comments

Comments
 (0)