mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump async-recursion from 1.0.4 to 1.0.5 (#2070)
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](https://github.com/dcchut/async-recursion/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: async-recursion 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
e58381d519
commit
46d22ff1c4
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -198,9 +198,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-recursion"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
|
||||
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -84,7 +84,7 @@ kanidm_utils_users = { path = "./libs/users" }
|
|||
|
||||
serde_with = "3.3.0"
|
||||
argon2 = { version = "0.5.1", features = ["alloc"] }
|
||||
async-recursion = "1.0.4"
|
||||
async-recursion = "1.0.5"
|
||||
async-trait = "^0.1.73"
|
||||
axum = { version = "0.6.20", features = [
|
||||
"json",
|
||||
|
|
Loading…
Reference in a new issue