aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 13:55:35 +0100
committerGitHub <noreply@github.com>2024-03-04 13:55:35 +0100
commitb4553d1a823da77090ab4dc0293eec657939868e (patch)
tree1f2a06cddeb6539c7314dcd70ec1714575454795 /src-tauri/Cargo.toml
parent188b58ef50062c24997fc793a64c6d56cd9f2df3 (diff)
downloadFlightCore-b4553d1a823da77090ab4dc0293eec657939868e.tar.gz
FlightCore-b4553d1a823da77090ab4dc0293eec657939868e.zip
chore: bump octocrab from 0.34.1 to 0.34.2 in /src-tauri (#835)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.34.1 to 0.34.2. - [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.34.1...v0.34.2) --- updated-dependencies: - dependency-name: octocrab 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/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 d4bfef4e..ea95e511 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.34.1"
+octocrab = "0.34.2"
# Library for removing markdown links
remove-markdown-links = "1.0.0"