diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-05 14:30:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 14:30:27 +0100 |
commit | 93411ac0339176201a51e0715441b787c5122a9d (patch) | |
tree | e8a7f555baee68af9d7d20d3c00956b38c0fce7f /src-tauri/Cargo.toml | |
parent | e9adde3abce1a5eda9cc23f5e6584ff054dcb82d (diff) | |
download | FlightCore-93411ac0339176201a51e0715441b787c5122a9d.tar.gz FlightCore-93411ac0339176201a51e0715441b787c5122a9d.zip |
chore: bump octocrab from 0.34.2 to 0.34.3 in /src-tauri (#838)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.34.2 to 0.34.3.
- [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.2...v0.34.3)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fdb9c6b7..a33792c7 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.2" +octocrab = "0.34.3" # Library for removing markdown links remove-markdown-links = "1.0.0" |