From 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 03:25:15 +0000 Subject: [PATCH] Update Rust crate oxide-tokio-rt to 0.1.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 859a1b85..80fcb2b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4697,9 +4697,9 @@ checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" [[package]] name = "oxide-tokio-rt" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82187ac56334063207e4a80357bfe7e5e1d1c8414a272ceba3dc7537979f4b4f" +checksum = "da86bc49f57aaf4d5af349241ee12e8cef5bc1d22c12d6ef60e3779e9102d5b5" dependencies = [ "anyhow", "nix", diff --git a/Cargo.toml b/Cargo.toml index b18bb01c..9b3293ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ http-body-util = "0.1" rand = "0.10.1" backoff = "0.4" chrono = { version = "0.4.44", features = ["serde"] } -oxide-tokio-rt = "0.1.5" +oxide-tokio-rt = "0.1.6" oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main"} oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch = "main"} oxnet = { version = "0.1.5", default-features = false, features = ["schemars", "serde"] }