mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump axum-auth from 0.4.0 to 0.4.1 (#2200)
Bumps [axum-auth](https://github.com/owez/axum-auth) from 0.4.0 to 0.4.1. - [Commits](https://github.com/owez/axum-auth/compare/0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: axum-auth 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
396fbffb4a
commit
d538f80fa1
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -318,9 +318,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-auth"
|
name = "axum-auth"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "620b37645b77baab8160f93421568d7b3dd25da0a160fab38eb1c4ef611f6d98"
|
checksum = "fe42cdd03ddd244e9e2f5ceb7c6e1d6a123db07cdb8570250392459ef635a016"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"axum-core",
|
"axum-core",
|
||||||
|
|
|
@ -14,7 +14,7 @@ repository = { workspace = true }
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = { workspace = true }
|
async-trait = { workspace = true }
|
||||||
axum = { workspace = true }
|
axum = { workspace = true }
|
||||||
axum-auth = "0.4.0"
|
axum-auth = "0.4.1"
|
||||||
axum-csp = { workspace = true }
|
axum-csp = { workspace = true }
|
||||||
axum-macros = "0.3.8"
|
axum-macros = "0.3.8"
|
||||||
axum-server = { version = "0.5.1", features = ["tls-openssl"] }
|
axum-server = { version = "0.5.1", features = ["tls-openssl"] }
|
||||||
|
|
Loading…
Reference in a new issue