From 086b615a80659c84d0776ac1f94a5e1795553936 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:03:50 +0000 Subject: [PATCH] Update Rust crate oxide-tokio-rt to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3ba906c..2c94214a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ http-body-util = "0.1" rand = "0.10.0" backoff = "0.4" chrono = { version = "0.4.44", features = ["serde"] } -oxide-tokio-rt = "0.1.2" +oxide-tokio-rt = "0.1.3" oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main"} oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch = "main"} oxnet = { version = "0.1.4", default-features = false, features = ["schemars", "serde"] }