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 | |
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')
-rw-r--r-- | src-tauri/Cargo.lock | 4 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 67bf9346..eb88d58c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2670,9 +2670,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.34.2" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70472b18aeba476e59053562c0a4226e6b3ca8bba28550d4e7a1e7f5166fdb4a" +checksum = "1c4e00a4268539fda6c431a0fd01d016d4b44c361f9c283d0eb8f1ab7408a517" dependencies = [ "arc-swap", "async-trait", 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" |