From c784d47ceae0a167e862f1d3064bc4970f77b603 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Tue, 8 Sep 2020 18:45:22 +0000 Subject: [PATCH] f remove needless include --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f6668406c..403b087dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,8 +44,6 @@ hawk = "3.2" hostname = "0.3.1" hkdf = "0.8.0" hmac = "0.7" -# required for cargo audit, used by sentry-core 0.19.1 -im = "15.0.0" log = { version = "0.4.8", features = ["max_level_info", "release_max_level_info"] } mime = "0.3" num_cpus = "1"