aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-13 22:00:23 +0100
committerGitHub <noreply@github.com>2024-02-13 22:00:23 +0100
commit2c7e71771636df1e36acb0bd4d803178284f867d (patch)
treea61c917fcde416bded28ad8d6615b11ed1e0897a
parent00196d2ba6b76c473a72493f2de2deff9f781421 (diff)
downloadFlightCore-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>
-rw-r--r--src-tauri/Cargo.lock4
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index de61d12e..e890920c 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2670,9 +2670,9 @@ dependencies = [
[[package]]
name = "octocrab"
-version = "0.34.0"
+version = "0.34.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41b04754b007c5d3a027f77776d13619d8baab2fd73ab03608ca08ae65b8c7c1"
+checksum = "9fc61913d67d5ed8e04b55c611ec7450ab811f83aa424f3bd00782c6b0296ae7"
dependencies = [
"arc-swap",
"async-trait",
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"