aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-02 01:59:28 +0200
committerGitHub <noreply@github.com>2024-08-02 01:59:28 +0200
commit896a21aa89e4def6611eba846d4ab91c7abfc9b0 (patch)
tree4cb3380c0778f273f906ecf858980d3659954e76
parent40e5d77e422eda7c33b60748d7a107a9bba3a32d (diff)
downloadFlightCore-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>
-rw-r--r--src-tauri/Cargo.lock6
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 4d7cf32f..db7379e2 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1177,7 +1177,7 @@ dependencies = [
"libthermite",
"log",
"octocrab",
- "open 5.1.4",
+ "open 5.3.0",
"pretty_env_logger",
"regex",
"remove-markdown-links",
@@ -2821,9 +2821,9 @@ dependencies = [
[[package]]
name = "open"
-version = "5.1.4"
+version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388"
+checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
dependencies = [
"is-wsl",
"libc",
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"