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"