diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 21:00:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 21:00:10 +0200 |
commit | 71d9268c851b4466a54687f2f71b9b875897d16b (patch) | |
tree | 41ffc5157bec239d0c7fbe7c72f136fe60a106c3 /src-tauri/Cargo.toml | |
parent | 98ffe5bce8a92d64ed89a73c1a92960ae8418d72 (diff) | |
download | FlightCore-71d9268c851b4466a54687f2f71b9b875897d16b.tar.gz FlightCore-71d9268c851b4466a54687f2f71b9b875897d16b.zip |
chore: bump async-recursion from 1.1.0 to 1.1.1 in /src-tauri (#953)
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](https://github.com/dcchut/async-recursion/compare/v1.1.0...v1.1.1)
---
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.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1e32579e..c00df0f1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -47,7 +47,7 @@ tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", # JSON5 parsing support (allows comments in JSON) json5 = "0.4.1" # Async recursion for recursive mod install -async-recursion = "1.1.0" +async-recursion = "1.1.1" # For parsing timestamps chrono = "0.4.38" # TypeScript bindings |