diff --git a/Cargo.lock b/Cargo.lock index 5071fa8..4f44a36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,6 @@ version = "0.9.3" dependencies = [ "pico-args", "regex", - "ringbuffer", ] [[package]] @@ -60,9 +59,3 @@ name = "regex-syntax" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" - -[[package]] -name = "ringbuffer" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53" diff --git a/Cargo.toml b/Cargo.toml index a6911f8..55789f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,3 @@ test_lib = [] [dependencies] pico-args = "0.5.0" regex = "1.10.2" -ringbuffer = "0.15.0"