aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
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 /src-tauri/Cargo.toml
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>
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 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"