Skip to content

Commit

Permalink
chore: remove unused dependencies (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored May 22, 2024
1 parent b22d67b commit 2767e21
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ insta = { version = "1.28.0", features = ["yaml"] }
itertools = "0.13.0"
js-source-scopes = "0.4.0"
lazy_static = "1.4.0"
libfuzzer-sys = "0.4"
memmap2 = "0.9.0"
minidump = "0.21.0"
minidump-processor = "0.21.0"
Expand Down
1 change: 0 additions & 1 deletion examples/sourcemapcache_debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ publish = false
anyhow = { workspace = true }
clap = { workspace = true }
symbolic = { workspace = true, features = ["sourcemapcache"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
1 change: 0 additions & 1 deletion symbolic-symcache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ watto = { workspace = true }
insta = { workspace = true }
criterion = { workspace = true }
symbolic-testutils = { workspace = true }
similar-asserts = { workspace = true }

[features]
bench = []
Expand Down

0 comments on commit 2767e21

Please sign in to comment.