Skip to content

Commit 8c57dd4

Browse files
Update octocrab requirement from 0.39.0 to 0.41.0
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]>
1 parent caebfe7 commit 8c57dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cached = "0.53.1"
2727
tokio = { version = "1.34.0", features = ["full"] }
2828
similar = "2.4.0"
2929
csv = "1.3.0"
30-
octocrab = "0.39.0"
30+
octocrab = "0.41.0"
3131
openssl = { version = "0.10", features = ["vendored"] }
3232
reqwest = { version = "0.12.2", features = ["json", "gzip", "native-tls", "socks"] }
3333
nvd-model = { path = "../nvd-model", features = ["db"] }

0 commit comments

Comments
 (0)