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"