diff --git a/Cargo.lock b/Cargo.lock index bd9656d4b..c6e34666a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,15 +386,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" -[[package]] -name = "castaway" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" -dependencies = [ - "rustversion", -] - [[package]] name = "cc" version = "1.2.4" @@ -548,21 +539,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "compact_str" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" -dependencies = [ - "bytes", - "castaway", - "cfg-if", - "itoa", - "rustversion", - "ryu", - "static_assertions", -] - [[package]] name = "config" version = "0.14.1" @@ -2646,7 +2622,6 @@ version = "0.0.1" dependencies = [ "byteorder", "bytes", - "compact_str", "h264", "h265", "num-derive", @@ -3046,12 +3021,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - [[package]] name = "strsim" version = "0.11.1" diff --git a/crates/flv/Cargo.toml b/crates/flv/Cargo.toml index c7a3ee8d1..f60afccd3 100644 --- a/crates/flv/Cargo.toml +++ b/crates/flv/Cargo.toml @@ -19,7 +19,6 @@ bytes = "1.5" num-traits = "0.2" num-derive = "0.4" thiserror = "2.0" -compact_str = { version = "0.8", features = ["bytes"] } h264 = { path = "../h264" } h265 = { path = "../h265" }