Skip to content

Commit dcd6a7d

Browse files
remove lz4 crate
1 parent e7c2ff8 commit dcd6a7d

File tree

4 files changed

+4445
-12
lines changed

4 files changed

+4445
-12
lines changed

libdd-profiling/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ hyper = { workspace = true}
4242
http-body-util = "0.1"
4343
hyper-multipart-rfc7578 = "0.9.0"
4444
indexmap = "2.11"
45-
lz4_flex = { version = "0.9", default-features = false, features = ["std", "safe-encode", "frame"] }
4645
mime = "0.3.16"
4746
parking_lot = { version = "0.12", default-features = false }
4847
prost = "0.13.5"
@@ -59,7 +58,6 @@ cxx = { version = "1.0", optional = true }
5958
[dev-dependencies]
6059
bolero = "0.13"
6160
criterion = "0.5.1"
62-
lz4_flex = { version = "0.9", default-features = false, features = ["std", "frame"] }
6361
proptest = "1"
6462

6563
[build-dependencies]

0 commit comments

Comments
 (0)