From a498d071af77eb6468d4c1620dac5fe1660bd677 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 03:29:05 +0000 Subject: [PATCH] Update Rust crate zone to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e9c6aa..1158f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = [ [workspace.dependencies] thiserror = "1.0" anyhow = "1.0" -zone = "0.3.0" +zone = "0.3.1" regex = "1.5" smf = "0.2" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" }