diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-14 23:22:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 23:22:22 +0200 |
commit | c29837e98a1a691021b27482211bbb24a07ef7ce (patch) | |
tree | 16c09535fa16f52756948d85d77115c3da8656c5 /src-tauri/Cargo.lock | |
parent | 38cea071b7502f80a307df293bc7011a2869de7c (diff) | |
download | FlightCore-c29837e98a1a691021b27482211bbb24a07ef7ce.tar.gz FlightCore-c29837e98a1a691021b27482211bbb24a07ef7ce.zip |
chore: bump async-recursion from 1.0.4 to 1.0.5 in /src-tauri (#565)
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>
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index eab3ba3b..33adaef9 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -210,9 +210,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", |