From 939d211183ff5dca9501f12fc4e8f8a18742438c Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:04:29 -0700 Subject: [PATCH] (LIB) Cargo.toml rm dependency mime_guess --- Cargo.lock | 19 +------------------ Cargo.toml | 1 - 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edce6468..e3ef12f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2121,22 +2121,6 @@ dependencies = [ "libmimalloc-sys", ] -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - -[[package]] -name = "mime_guess" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" -dependencies = [ - "mime", - "unicase", -] - [[package]] name = "min-max" version = "0.1.8" @@ -3216,7 +3200,7 @@ dependencies = [ [[package]] name = "super_speedy_syslog_searcher" -version = "0.7.74" +version = "0.7.75" dependencies = [ "anyhow", "arraystring", @@ -3250,7 +3234,6 @@ dependencies = [ "memchr", "memoffset", "mimalloc", - "mime_guess", "min-max", "more-asserts", "mut_static", diff --git a/Cargo.toml b/Cargo.toml index 32a9f674..d9e6323d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,6 @@ lzma-rs = "0.3.0" lz4_flex = "0.11" memchr = "2.7.4" memoffset = "0.9.1" -mime_guess = "2.0.4" min-max = "0.1.8" more-asserts = "0.3.1" mut_static = "5.0.0"