diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-02 01:59:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 01:59:28 +0200 |
commit | 896a21aa89e4def6611eba846d4ab91c7abfc9b0 (patch) | |
tree | 4cb3380c0778f273f906ecf858980d3659954e76 /src-tauri/Cargo.toml | |
parent | 40e5d77e422eda7c33b60748d7a107a9bba3a32d (diff) | |
download | FlightCore-896a21aa89e4def6611eba846d4ab91c7abfc9b0.tar.gz FlightCore-896a21aa89e4def6611eba846d4ab91c7abfc9b0.zip |
chore: bump open from 5.1.4 to 5.3.0 in /src-tauri (#992)
Bumps [open](https://github.com/Byron/open-rs) from 5.1.4 to 5.3.0.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/v5.1.4...v5.3.0)
---
updated-dependencies:
- dependency-name: open
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 c63cae30..c9a559a7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -60,7 +60,7 @@ log = "0.4" # Extracting zip files easily zip-extract = "0.1.3" # open urls -open = "5.1.4" +open = "5.3.0" semver = "1.0" # simplified filesystem access glob = "0.3.1" |