From 509c81c296c1722646254192be882b16848d833a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 23 Jan 2020 11:01:08 -0800 Subject: [PATCH] Remove explicit dependency on the `log` crate We now use `tracing` behind the scenes --- Cargo.lock | 1 - Cargo.toml | 1 - tests/integration.rs | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abb38c3..4ab34a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2064,7 +2064,6 @@ dependencies = [ "hkd32", "hkdf", "hmac", - "log", "once_cell", "prost-amino", "prost-amino-derive", diff --git a/Cargo.toml b/Cargo.toml index 1073b46..a8805ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ gumdrop = "0.7" hkd32 = { version = "0.3", default-features = false, features = ["mnemonic"] } hkdf = "0.7" hmac = "0.7" -log = "0.4" once_cell = "1.3" prost-amino = "0.5" prost-amino-derive = "0.5" diff --git a/tests/integration.rs b/tests/integration.rs index 7a63121..bd85960 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3,8 +3,8 @@ extern crate prost_amino as prost; use crate::prost::Message; +use abscissa_core::prelude::warn; use chrono::{DateTime, Utc}; -use log::warn; use rand::Rng; use signatory::{ ed25519,