From aa5766e60db349587794c27de9cd7f9d0056c7b3 Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Thu, 26 Sep 2024 10:57:21 -0700 Subject: [PATCH] Octocrab 0.40. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afa85e1..bd32861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ http-body = "1" http-body-util = "0.1" linked-hash-map = { version = "0.5", features = [ "serde_impl" ] } log = "0.4" -octocrab = { version = "0.38", default-features = false, features = ["default-client", "rustls", "rustls-webpki-tokio"] } +octocrab = { version = "0.40", default-features = false, features = ["default-client", "rustls", "rustls-webpki-tokio"] } serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" tempfile = "3"