From 82027322d93b18e93617838bd4a3e4a49a519785 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 15:18:09 -0700 Subject: [PATCH] Update Rust crate either to 1.12.0 (#5803) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6b0ffb099..0065e26618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -261,7 +261,7 @@ dns-service-client = { path = "clients/dns-service-client" } dpd-client = { path = "clients/dpd-client" } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } dyn-clone = "1.0.17" -either = "1.11.0" +either = "1.12.0" expectorate = "1.1.0" fatfs = "0.3.6" filetime = "0.2.23"