From 5d8cdb9b7516eddf6e9b9820978307a6d645e9f0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 04:19:15 +0000 Subject: [PATCH] Update Rust crate octocrab to 0.49 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3e9f8a..ae23dc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,9 +1642,9 @@ source = "git+https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922247a6 [[package]] name = "octocrab" -version = "0.48.1" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5930b376c98c438a4f4259a760cda2c198efea3b82de8f8a2aff0c00a8b7c1c" +checksum = "d817a9523b441db751891df638513bb368143dc0b60c648f0f2976b694b0a488" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 37083e7..eeb41db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anstyle = "1.0.13" zone = "0.3.1" ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49" -octocrab = "0.48" +octocrab = "0.49" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } sha256 = "1.6.0"