diff --git a/Cargo.lock b/Cargo.lock index 37667f06d..4a83c9bff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,6 +266,7 @@ name = "again" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index ae973dc35..2a4664000 100644 --- a/autoendpoint/Cargo.toml +++ b/autoendpoint/Cargo.toml @@ -9,7 +9,7 @@ actix-http = "1.0" actix-web = "2.0" actix-rt = "1.0" actix-cors = "0.2.0" -again = { version = "0.1.2", default-features = false } +again = { version = "0.1.2", default-features = false, features = ["log"] } async-trait = "0.1.36" autopush_common = { path = "../autopush-common" } backtrace = "0.3"