mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
396a9e786f
commit
541e54ee11
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue