aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-10 16:20:01 +0100
committerGitHub <noreply@github.com>2024-03-10 16:20:01 +0100
commit4635ce0ae2c23977989741a8d5f15f20a358684c (patch)
tree7745a25b28733dbd61a875c0ad73a64cd7ee8371 /src-tauri/Cargo.toml
parent3c1b1f13b7e7dea116c5087c4330828c085bd6bf (diff)
downloadFlightCore-4635ce0ae2c23977989741a8d5f15f20a358684c.tar.gz
FlightCore-4635ce0ae2c23977989741a8d5f15f20a358684c.zip
chore: bump open from 5.1.1 to 5.1.2 in /src-tauri (#848)
Bumps [open](https://github.com/Byron/open-rs) from 5.1.1 to 5.1.2. - [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.1...v5.1.2) --- 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 31af60bd..e8cfd7cd 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.1"
+open = "5.1.2"
semver = "1.0"
# simplified filesystem access
glob = "0.3.1"