diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 23:57:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 23:57:31 +0100 |
commit | 236f6294f5cafd27c1bffb9d0cc77755eca3853e (patch) | |
tree | 6733e06d6d6ac89acf469d9ab06f4ab7e9c009b1 /src-tauri/Cargo.toml | |
parent | 547571ea69e29d257fd54bea62ef478d636c9227 (diff) | |
download | FlightCore-236f6294f5cafd27c1bffb9d0cc77755eca3853e.tar.gz FlightCore-236f6294f5cafd27c1bffb9d0cc77755eca3853e.zip |
chore: bump async-recursion from 1.0.5 to 1.1.0 in /src-tauri (#854)
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.5 to 1.1.0.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](https://github.com/dcchut/async-recursion/compare/v1.0.5...v1.1.0)
---
updated-dependencies:
- dependency-name: async-recursion
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 2669e826..50b514b3 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.0.5" +async-recursion = "1.1.0" # For parsing timestamps chrono = "0.4.35" # TypeScript bindings |