aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 13:55:23 +0100
committerGitHub <noreply@github.com>2024-03-04 13:55:23 +0100
commit188b58ef50062c24997fc793a64c6d56cd9f2df3 (patch)
tree1d5ac132bc0ba06e450675aebca8603c0a15855a /src-tauri
parent60efa9949cd590034733e2886330790bef16456a (diff)
downloadFlightCore-188b58ef50062c24997fc793a64c6d56cd9f2df3.tar.gz
FlightCore-188b58ef50062c24997fc793a64c6d56cd9f2df3.zip
chore: bump open from 5.1.0 to 5.1.1 in /src-tauri (#836)
Bumps [open](https://github.com/Byron/open-rs) from 5.1.0 to 5.1.1. - [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.0...v5.1.1) --- 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')
-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 f748c691..d5f05c75 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1131,7 +1131,7 @@ dependencies = [
"libthermite",
"log",
"octocrab",
- "open 5.1.0",
+ "open 5.1.1",
"pretty_env_logger",
"regex",
"remove-markdown-links",
@@ -2725,9 +2725,9 @@ dependencies = [
[[package]]
name = "open"
-version = "5.1.0"
+version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27"
+checksum = "68b3fbb0d52bf0cbb5225ba3d2c303aa136031d43abff98284332a9981ecddec"
dependencies = [
"is-wsl",
"libc",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 54e5cf8d..d4bfef4e 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.0"
+open = "5.1.1"
semver = "1.0"
# simplified filesystem access
glob = "0.3.1"