diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-20 16:37:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 16:37:40 +0200 |
commit | d6cf4a353493d8ca2ce94bc512d27cb774f25e2b (patch) | |
tree | 7713242253df598c3e0f389cc43be48c5be76218 /src-tauri/Cargo.toml | |
parent | 3ac321d71cd66300b358612b0f39edfd14c1845c (diff) | |
download | FlightCore-d6cf4a353493d8ca2ce94bc512d27cb774f25e2b.tar.gz FlightCore-d6cf4a353493d8ca2ce94bc512d27cb774f25e2b.zip |
chore: bump open from 5.1.2 to 5.1.4 in /src-tauri (#947)
Bumps [open](https://github.com/Byron/open-rs) from 5.1.2 to 5.1.4.
- [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.2...v5.1.4)
---
updated-dependencies:
- dependency-name: open
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 71b9eaa9..775a290b 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.2" +open = "5.1.4" semver = "1.0" # simplified filesystem access glob = "0.3.1" |