From ec8244d1ce340f0013410e53b905861d5e0d6337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:14:42 +0000 Subject: [PATCH] Update Rust crate octocrab to 0.49.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84979ac..24877f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -octocrab = "0.48.0" +octocrab = "0.49.0" concourse-resource = "0.3" tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] } serde = "1.0.197"