🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-08-01 19:35:18.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-01 19:35:18.0 +00:00:00
commit
856cefb50270db812a51b77fcd29294be62f8448 [patch]
tree
3562c09de735c31a3a8cd4a8ed90eba3cc91252f
parent
1873572056d2f65403df49bb1e009773fadfb795
download
856cefb50270db812a51b77fcd29294be62f8448.tar.gz

Bump axum from 0.6.18 to 0.6.19

Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.18 to 0.6.19.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.18...axum-v0.6.19)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 8 ++++----
 Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 8b9d79c..949891b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -203,9 +203,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "axum"
version = "0.6.18"
version = "0.6.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c"
dependencies = [
 "async-trait",
 "axum-core",
@@ -254,9 +254,9 @@ dependencies = [

[[package]]
name = "axum-macros"
version = "0.3.7"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277"
checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
dependencies = [
 "heck",
 "proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index 144ca63..de97bb8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
askama = "0.12.0"
anyhow = "1.0"
axum = { version = "0.6.18", features = ["headers", "macros"] }
axum = { version = "0.6.19", features = ["headers", "macros"] }
axum-macros = "0.3.7"
bat = { version = "0.23.0", default-features = false, features = ["build-assets"] }
bytes = "1.1"