aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-03 19:05:46 +0100
committerGitHub <noreply@github.com>2024-03-03 19:05:46 +0100
commit22149d6ec88908a0a81ef05aa617ffdc21541375 (patch)
treea032c8464a244f713893bb5025498ef1c5f2922d
parent17b9964c938d4411701c71f52ca38058128dac11 (diff)
downloadFlightCore-22149d6ec88908a0a81ef05aa617ffdc21541375.tar.gz
FlightCore-22149d6ec88908a0a81ef05aa617ffdc21541375.zip
chore: bump open from 5.0.1 to 5.1.0 in /src-tauri (#832)
Bumps [open](https://github.com/Byron/open-rs) from 5.0.1 to 5.1.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.0.1...v5.1.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 697059d0..116c6c9b 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1131,7 +1131,7 @@ dependencies = [
"libthermite",
"log",
"octocrab",
- "open 5.0.1",
+ "open 5.1.0",
"pretty_env_logger",
"regex",
"remove-markdown-links",
@@ -2725,9 +2725,9 @@ dependencies = [
[[package]]
name = "open"
-version = "5.0.1"
+version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349"
+checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27"
dependencies = [
"is-wsl",
"libc",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index cea7a1a0..331c04c6 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.0.1"
+open = "5.1.0"
semver = "1.0"
# simplified filesystem access
glob = "0.3.1"