From a244a86633bac308e5183b65bc8d4ce0410beb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 23 Mar 2024 12:12:59 +0100 Subject: [PATCH] Update dependencies --- .github/workflows/ci.yml | 7 ++++--- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2792588..fdccf08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,10 @@ jobs: strategy: matrix: rust: - - 1.70.0 - - 1.71.1 - - 1.72.1 + - 1.74.1 + - 1.75.0 + - 1.76.0 + - 1.77.0 - stable - beta - nightly diff --git a/Cargo.toml b/Cargo.toml index fe8afd5..e9c6775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ publish = false [dependencies] anyhow = { version = "1.0.70", default-features = false, features = ["std"] } -base64 = { version = "0.21.0", default-features = false, features = ["std"] } +base64 = { version = "0.22.0", default-features = false, features = ["std"] } clap = { version = "4.1.13", default-features = false, features = ["derive", "std"] } ed25519-dalek = { version = "2.0.0-rc.2", default-features = false, features = ["asm", "fast", "rand_core"] } -env_logger = { version = "0.10.0", default-features = false } +env_logger = { version = "0.11.3", default-features = false } futures = { version = "0.3.28", default-features = false } log = { version = "0.4.17", default-features = false } nom = { version = "7.1.3", default-features = false } diff --git a/README.md b/README.md index fb4e48f..1b0186a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Filter DKIMout [![Build Status](https://github.com/breard-r/opensmtpd-filter-dkimout/actions/workflows/ci.yml/badge.svg)](https://github.com/breard-r/opensmtpd-filter-dkimout/actions/workflows/ci.yml) -![Minimum rustc version](https://img.shields.io/badge/rustc-1.64.0+-lightgray.svg) +![Minimum rustc version](https://img.shields.io/badge/rustc-1.74.1+-lightgray.svg) ![License MIT OR Apache 2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue) DKIM filter for [OpenSMTPD](https://www.opensmtpd.org/).