aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-05 13:36:24 +0200
committerGitHub <noreply@github.com>2023-08-05 13:36:24 +0200
commit2eeaf51644152f5f24c3dc15f6f505ae6a240c63 (patch)
tree3c4f105d9b886057785177a78a4090853470f8ec /src-tauri/Cargo.toml
parentc1a59132044dd87e6052261ec10ceba85206ac98 (diff)
downloadFlightCore-2eeaf51644152f5f24c3dc15f6f505ae6a240c63.tar.gz
FlightCore-2eeaf51644152f5f24c3dc15f6f505ae6a240c63.zip
chore: bump open from 3.2.0 to 5.0.0 in /src-tauri (#479)
Bumps [open](https://github.com/Byron/open-rs) from 3.2.0 to 5.0.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/v3.2.0...v5.0.0) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-major ... 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 15e9cb3a..d62a5bbe 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -60,7 +60,7 @@ log = "0.4.17"
# Extracting zip files easily
zip-extract = "0.1.2"
# open urls
-open = "3.2.0"
+open = "5.0.0"
semver = "1.0"
# simplified filesystem access
glob = "0.3.1"