aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-12 14:13:53 +0100
committerGitHub <noreply@github.com>2024-03-12 14:13:53 +0100
commitef1dca0dd319f682240b63ef2286185687f53660 (patch)
tree1858c6ab08b8f0444d7cea25cf36b348e8aa250d /src-tauri/Cargo.toml
parentd4675e32d609357b5d9cb01f66bc1c606eae52f5 (diff)
downloadFlightCore-ef1dca0dd319f682240b63ef2286185687f53660.tar.gz
FlightCore-ef1dca0dd319f682240b63ef2286185687f53660.zip
chore: bump octocrab from 0.34.3 to 0.35.0 in /src-tauri (#851)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.34.3 to 0.35.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.34.3...v0.35.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 5d92cb65..2669e826 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.3"
+octocrab = "0.35.0"
# Library for removing markdown links
remove-markdown-links = "1.0.0"