From b06a0a6350b20c754a71e826d89191a80a5f263c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:52:34 +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 c702f5d2..9cf679d4 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"