🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 19:33:33.0 +00:00:00
committer GitHub <noreply@github.com> 2024-02-01 19:33:33.0 +00:00:00
commit
eeed939a29c35e09ab635cb98f5aefc2beb2edde [patch]
tree
12fa6a5d6cc3e4446e2c29e595a3e3ade72ac6cd
parent
460d60799d37e04686c3d0199dd9fc02ff0c9c7a
download
eeed939a29c35e09ab635cb98f5aefc2beb2edde.tar.gz

Bump axum-macros from 0.4.0 to 0.4.1

Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.4.0 to 0.4.1.
- [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-macros-v0.4.0...axum-macros-v0.4.1)

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

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

Diff

 Cargo.lock | 6 ++++--
 Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index fa82650..8253827 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -230,9 +230,9 @@

[[package]]
name = "axum-macros"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2edad600410b905404c594e2523549f1bcd4bded1e252c8f74524ccce0b867"
checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa"
dependencies = [
 "heck",
 "proc-macro2",
@@ -1908,7 +1908,7 @@
 "anyhow",
 "askama",
 "axum",
 "axum-macros 0.4.0",
 "axum-macros 0.4.1",
 "bat",
 "bincode",
 "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 84987cd..5abdd19 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -12,7 +12,7 @@
askama = "0.12.0"
anyhow = "1.0"
axum = { version = "0.6.19", features = ["headers", "macros"] }
axum-macros = "0.4.0"
axum-macros = "0.4.1"
bat = { version = "0.24.0", default-features = false, features = ["build-assets"] }
bytes = "1.5"
bincode = "1.3"