From 5b3bdf759c6caf70f3fb3684bcdea753203cab9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:21:59 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.48.0 to 0.48.1 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.48.0 to 0.48.1. - [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.48.0...v0.48.1) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.48.1 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 76f0364..00515bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1983,9 +1983,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.48.0" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c4c16af97628682471056f83897a89e84238cc422a2af37c367acb3206a4b8" +checksum = "c5930b376c98c438a4f4259a760cda2c198efea3b82de8f8a2aff0c00a8b7c1c" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 96622d7..38c990b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ indexmap = {version = "2.12.1", features = ["serde"] } jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.26", default-features = false, features = ["latest"] } kube = { version = "2", default-features = false, features = ["runtime", "derive", "rustls-tls"] } -octocrab = "0.48.0" +octocrab = "0.48.1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145"