From 4aacf677174085a915f362580341bdd2893c3b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:35:22 +0000 Subject: [PATCH] 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](https://github.com/XAMPPRocky/octocrab/compare/v0.39.0...v0.41.0) --- 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 bab3769..73607b1 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -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"] }