From 26fbbf5143ac29e98503bcef1330203185bbdf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:38:57 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.49.6 to 0.49.7 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.6 to 0.49.7. - [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.49.6...v0.49.7) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.49.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37c2765..92fab26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2029,9 +2029,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.6" +version = "0.49.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "481d01ffe3fa4347e55474798e16d8d678aab19b8d7ca631ebb3c607cc87f9db" +checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e9d55ba..fbc3438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ indexmap = {version = "2.13.0", features = ["serde"] } jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.27", default-features = false, features = ["latest"] } kube = { version = "3", default-features = false, features = ["runtime", "derive", "rustls-tls"] } -octocrab = "0.49.6" +octocrab = "0.49.7" reqwest = { version = "0.13.2", default-features = false, features = ["json", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"