diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-13 22:00:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 22:00:23 +0100 |
commit | 2c7e71771636df1e36acb0bd4d803178284f867d (patch) | |
tree | a61c917fcde416bded28ad8d6615b11ed1e0897a /src-tauri/Cargo.toml | |
parent | 00196d2ba6b76c473a72493f2de2deff9f781421 (diff) | |
download | FlightCore-2c7e71771636df1e36acb0bd4d803178284f867d.tar.gz FlightCore-2c7e71771636df1e36acb0bd4d803178284f867d.zip |
chore: bump octocrab from 0.34.0 to 0.34.1 in /src-tauri (#800)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.34.0 to 0.34.1.
- [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.0...v0.34.1)
---
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 36c2034e..d0779f2a 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.0" +octocrab = "0.34.1" # Library for removing markdown links remove-markdown-links = "1.0.0" |