From 9cd213541b29e5c4b175c5a816ee54d90bdc480c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:09:45 +0000 Subject: [PATCH] fix(deps): update rust crate service_conventions to 0.0.20 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b05178f..d81a76c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2978,14 +2978,15 @@ dependencies = [ [[package]] name = "service_conventions" -version = "0.0.19" +version = "0.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d28cc5937af84d68e6f9e72c790b89aecba9502da6d6f8498ec915ffc5aa78b" +checksum = "0edc4e2a3b2611cc86cc1cfa82d75c260cf2eb1ff59be80e66016b395b648b1f" dependencies = [ "anyhow", "async-trait", "axum", "axum-core", + "chrono", "email_address", "http 1.1.0", "maud", diff --git a/Cargo.toml b/Cargo.toml index b1b3db5..946c390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ tokio = { version = "1.37.0", features = ["full"]} tracing = "0.1.40" tower-http = { version = "0.5.2", features = ["tracing", "trace"] } -service_conventions = "0.0.19" +service_conventions = "0.0.20" linkify = "0.10.0" anyhow = "1.0.82"