aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-24 22:33:58 +0100
committerGitHub <noreply@github.com>2024-03-24 22:33:58 +0100
commitc74179b6d53b8549da6ea5bb6a9d22f0379ed826 (patch)
tree6ca5151dddb06b4fa664438075b73129a01e0533
parent4d39ce8f9244fdc629ae809a6b90d4b298e35f7f (diff)
downloadFlightCore-c74179b6d53b8549da6ea5bb6a9d22f0379ed826.tar.gz
FlightCore-c74179b6d53b8549da6ea5bb6a9d22f0379ed826.zip
chore: bump octocrab from 0.35.0 to 0.36.0 in /src-tauri (#859)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: octocrab 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.lock4
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 73b99a26..7f859946 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2737,9 +2737,9 @@ dependencies = [
[[package]]
name = "octocrab"
-version = "0.35.0"
+version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6d07f2ea5f11065486c5d66e7fa592833038377c8b55c0b8694a624732fee32"
+checksum = "71940dbb2db7c9884d27c5f14894d14468c92c889f848e2feb4419b4dda1c13d"
dependencies = [
"arc-swap",
"async-trait",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 925eda8b..02d19371 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -67,7 +67,7 @@ glob = "0.3.1"
dirs = "5"
# Interacting with GitHub
-octocrab = "0.35.0"
+octocrab = "0.36.0"
# Library for removing markdown links
remove-markdown-links = "1.0.0"