Bump octocrab from 0.21.0 to 0.23.0

Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.21.0 to 0.23.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.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-22 12:58:34 +00:00 committed by Hanno Braun
parent 805c275519
commit a7cf7a7274
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1566,9 +1566,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.21.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5db170d97e0e88e41faf8ef5277c850d8370c1ef759403c7004a43f2161ce357"
checksum = "a1b4fffbe0c545f4d1c0c7945cd66f1e9feb5d5138eb64274642cf6ae5305dd8"
dependencies = [
"arc-swap",
"async-trait",

View File

@ -8,7 +8,7 @@ publish = false
anyhow = "1.0.71"
chrono = "0.4.24"
map-macro = "0.2.6"
octocrab = "0.21.0"
octocrab = "0.23.0"
semver = "1.0.17"
serde = "1.0.163"
serde_json = "1.0.96"