🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2024-01-03 1:08:12.0 +00:00:00
committer GitHub <noreply@github.com> 2024-01-03 1:08:12.0 +00:00:00
commit
b469e1b83783ba3ce4b105b00989a1d501cb602c [patch]
tree
fda93d9e5cb7683dc0040943ebbc4fc610b3dff7
parent
2a840bbc8794ec822e569fbefaa34b28481352e0
parent
025cfc17be8e5ba12fb22eec72e247373b0bd2f7
download
b469e1b83783ba3ce4b105b00989a1d501cb602c.tar.gz

Merge pull request #46 from w4/dependabot/cargo/axum-macros-0.4.0

Bump axum-macros from 0.3.8 to 0.4.0

Diff

 Cargo.lock | 16 ++++++++++++++--
 Cargo.toml |  2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 20c7988..f26ad80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,7 +173,7 @@ checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
 "async-trait",
 "axum-core",
 "axum-macros",
 "axum-macros 0.3.8",
 "bitflags 1.3.2",
 "bytes",
 "futures-util",
@@ -229,6 +229,18 @@ dependencies = [
]

[[package]]
name = "axum-macros"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2edad600410b905404c594e2523549f1bcd4bded1e252c8f74524ccce0b867"
dependencies = [
 "heck",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1706,7 +1718,7 @@ dependencies = [
 "anyhow",
 "askama",
 "axum",
 "axum-macros",
 "axum-macros 0.4.0",
 "bat",
 "bincode",
 "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index cc2dd32..b689fa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ license = "WTFPL"
askama = "0.12.0"
anyhow = "1.0"
axum = { version = "0.6.19", features = ["headers", "macros"] }
axum-macros = "0.3.7"
axum-macros = "0.4.0"
bat = { version = "0.24.0", default-features = false, features = ["build-assets"] }
bytes = "1.5"
bincode = "1.3"