mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump axum-macros from 0.3.7 to 0.3.8 (#1892)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.7 to 0.3.8. - [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.3.7...axum-macros-v0.3.8) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b4bd1b2ba0
commit
2a65bc11a3
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -509,9 +509,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",
|
||||
|
|
|
@ -17,7 +17,7 @@ async-trait = { workspace = true }
|
|||
axum = { workspace=true }
|
||||
axum-auth = "0.4.0"
|
||||
axum-csp = { workspace = true }
|
||||
axum-macros = "0.3.7"
|
||||
axum-macros = "0.3.8"
|
||||
axum-server = { version = "0.5.1", features = ["tls-openssl"] }
|
||||
chrono = { workspace = true }
|
||||
compact_jwt = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue