From 2f96bc06c3ca86c12982e91c00761ec0f09ca3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:19:03 +0000 Subject: [PATCH] Update octocrab requirement from 0.41.0 to 0.42.1 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](https://github.com/XAMPPRocky/octocrab/compare/v0.41.0...v0.42.1) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- helper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/Cargo.toml b/helper/Cargo.toml index 7d15534..7c2f9c4 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -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"] }