Skip to content

Commit

Permalink
Update octocrab requirement from 0.39.0 to 0.41.0
Browse files Browse the repository at this point in the history
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/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.39.0...v0.41.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Oct 6, 2024
1 parent caebfe7 commit 4aacf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cached = "0.53.1"
tokio = { version = "1.34.0", features = ["full"] }
similar = "2.4.0"
csv = "1.3.0"
octocrab = "0.39.0"
octocrab = "0.41.0"
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.12.2", features = ["json", "gzip", "native-tls", "socks"] }
nvd-model = { path = "../nvd-model", features = ["db"] }
Expand Down

0 comments on commit 4aacf67

Please sign in to comment.