Skip to content

Commit

Permalink
Update octocrab requirement from 0.17.0 to 0.18.1 in /server/feedback (
Browse files Browse the repository at this point in the history
…#382)

Updates the requirements on [octocrab](https://github.com/XAMPPRocky/octocrab) to permit the latest version.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/octocrab@0.17.0...octocrab@0.18.1)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent d3555d4 commit f5e2cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ strip = true
[dependencies]
regex = "1.7.0"
log = "0.4.17"
octocrab = "0.17.0"
octocrab = "0.18.1"
actix-web = "4.2.1"
serde = { version = "1.0.148", features = ["derive"] }
serde_json = "1.0.89"
Expand Down

0 comments on commit f5e2cc9

Please sign in to comment.