Skip to content

Commit

Permalink
Update octocrab requirement from 0.41.0 to 0.42.1
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.41.0...v0.42.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Dec 19, 2024
1 parent b5e5266 commit 2f96bc0
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.54.0"
tokio = { version = "1.34.0", features = ["full"] }
similar = "2.4.0"
csv = "1.3.0"
octocrab = "0.41.0"
octocrab = "0.42.1"
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 2f96bc0

Please sign in to comment.