From 7191b435985774083b527196cd52282b6a4338c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Aug 2022 15:02:25 +0000 Subject: [PATCH] Update Rust crate axum to 0.5.15 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 025125f..69bdb88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648" +checksum = "9de18bc5f2e9df8f52da03856bf40e29b747de5a84e43aefff90e3dc4a21529b" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 22a7476..8ef873d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "site" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.5.13" } +axum = { version = "0.5.15" } hyper = { version = "0.14.20" } tokio = { version = "1.20.1", features = ["full"] } tracing = "0.1.36"