Bump octocrab from 0.24.0 to 0.25.1 (#1101)

Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.24.0 to 0.25.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.24.0...v0.25.1)

---
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-06-14 23:02:06 +02:00 committed by GitHub
parent 523d5f8a21
commit 33c3d6cf7b
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

@ -2298,9 +2298,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.24.0"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc2933cea20ebe622c37a945661ae6c460ef2324cf2eb3246be01a49bf59a412"
checksum = "a0bc095e456c43e3afe5a53cdcf11aae1965663b941f7a5efb49b6ef53ce8529"
dependencies = [
"arc-swap",
"async-trait",

View file

@ -50,7 +50,7 @@ futures = "0.3.27"
lazy_static = "1.4.0"
html5ever = "0.26.0"
html5gum = "0.5.3"
octocrab = "0.24.0"
octocrab = "0.25.1"
ip_network = "0.4.1"
secrecy = "0.8.0"
hyper = "0.14.26"