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"] }