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:
dependabot[bot] 2023-10-08 21:26:48 +00:00 committed by GitHub
parent 396fbffb4a
commit d538f80fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"] }