From 3fc086fc30a9dded61c598156aebc66694c4bbff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:09:44 +0000 Subject: [PATCH] [agent] chore(deps): update Rust crate mid to v5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67527a9d..bd7027a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = {version = "1.0.140"} log = { version = "0.4.22", features = ["kv"] } hostname = "0.4.0" network-interface = "2.0.3" -mid = "=3.0.7" +mid = "=5.0.1" tracing-subscriber = { version = "0.3.18", features = ["json"] } tracing-appender = "0.2.3" rolling-file = "0.2.0"