From ff6c4ff764f0d0fa7ab135ed6b29ceea1ab613f3 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:03:18 +0000 Subject: [PATCH] Update Rust crate octocrab to 0.51 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a448caa..fd4f5d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1714,9 +1714,9 @@ source = "git+https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922247a6 [[package]] name = "octocrab" -version = "0.50.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce7ace5d83b077dd50ff01214a81feea17e258b8f677590c2286add76dc8238e" +checksum = "eb2ad8abffe4e2b05f9cdc7e061de63d305a6dca0af81ca1064a7d98e0b78267" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9aea99e..54d21d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anstyle = "1.0.14" zone = "0.3.1" ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49" -octocrab = "0.50" +octocrab = "0.51" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } sha256 = "1.6.0"