diff --git a/Cargo.toml b/Cargo.toml index b23e15a..9205f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ tracing-subscriber = "0.3" serde = {version = "1", features = ["derive"] } clap = { version = "4", features = ["derive", "env"] } tower-http = { version = "0.5", features = ["compression-gzip"] } -tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "signal"] } zip = { version = "0.6", default-features = false, features = ["deflate"] } async-imap = {version = "0.9.7", default-features = false, features = ["runtime-tokio"] } diff --git a/README.md b/README.md index d3fb7af..db5efa3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://github.com/cry-inc/dmarc-report-viewer/workflows/CI/badge.svg)](https://github.com/cry-inc/dmarc-report-viewer/actions) [![No Unsafe](https://img.shields.io/badge/unsafe-forbidden-brightgreen.svg)](https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Dependencies](https://deps.rs/repo/github/cry-inc/dmarc-report-viewer/status.svg)](https://deps.rs/repo/github/cry-inc/dmarc-report-viewer) A lightweight selfhosted standalone DMARC report viewer that automatically fetches input data periodically from an IMAP mailbox.