diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-11 15:43:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 15:43:09 +0200 |
commit | 3bb7996be07f5f2ff76d5668f7672ca174fad14d (patch) | |
tree | de540b704dfec6288e65650ebced07c034a5618d /src-tauri/Cargo.toml | |
parent | d3e873eba3c2e7726a7860981193088d0a581924 (diff) | |
download | FlightCore-3bb7996be07f5f2ff76d5668f7672ca174fad14d.tar.gz FlightCore-3bb7996be07f5f2ff76d5668f7672ca174fad14d.zip |
chore: bump octocrab from 0.37.0 to 0.38.0 in /src-tauri (#880)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.37.0 to 0.38.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.37.0...v0.38.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 a688fda3..fb044462 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.37.0" +octocrab = "0.38.0" # Library for removing markdown links remove-markdown-links = "1.0.0" |