chore(deps): bump async-trait from 0.1.73 to 0.1.74 (#2222)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74)

---
updated-dependencies:
- dependency-name: async-trait
  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-15 20:16:51 +00:00 committed by GitHub
parent 396a9e786f
commit 541e54ee11
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

@ -237,9 +237,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.73"
version = "0.1.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
dependencies = [
"proc-macro2",
"quote",

View file

@ -86,7 +86,7 @@ kanidm_utils_users = { path = "./libs/users" }
serde_with = "3.3.0"
argon2 = { version = "0.5.2", features = ["alloc"] }
async-recursion = "1.0.5"
async-trait = "^0.1.73"
async-trait = "^0.1.74"
axum = { version = "0.6.20", features = [
"form",
"headers",