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"