diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-24 22:33:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 22:33:58 +0100 |
commit | c74179b6d53b8549da6ea5bb6a9d22f0379ed826 (patch) | |
tree | 6ca5151dddb06b4fa664438075b73129a01e0533 /src-tauri/Cargo.toml | |
parent | 4d39ce8f9244fdc629ae809a6b90d4b298e35f7f (diff) | |
download | FlightCore-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.toml | 2 |
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" |