Bump octocrab from 0.26.0 to 0.27.0 (#1170)

Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.26.0 to 0.27.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.26.0...v0.27.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>
This commit is contained in:
dependabot[bot] 2023-07-19 00:19:08 +02:00 committed by GitHub
parent 3646cd138d
commit bfca8297bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2367,9 +2367,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.26.0"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4897d9b50fa8dd94c4d05ad57ef1b15c327607b686fefca7a1edb9bd4ab5501"
checksum = "beaf8e2f0cc237222006db617fca4bebc0db8db186adbe2695adaa481c58501b"
dependencies = [
"arc-swap",
"async-trait",

View file

@ -32,7 +32,7 @@ ip_network = "0.4.1"
jwalk = "0.8.1"
linkify = "0.10.0"
log = "0.4.19"
octocrab = "0.26.0"
octocrab = "0.27.0"
once_cell = "1.18.0"
openssl-sys = { version = "0.9.90", optional = true }
path-clean = "1.0.1"