From 50c680d83c5b03ecda3407eee65a97ba471b4fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:18:44 +0000 Subject: [PATCH] chore(deps): update md5 requirement from 0.7 to 0.8 Updates the requirements on [md5](https://github.com/stainless-steel/md5) to permit the latest version. - [Commits](https://github.com/stainless-steel/md5/commits) --- updated-dependencies: - dependency-name: md5 dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/sidecar-watcher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6..8a94c7d3 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -20,7 +20,7 @@ reqwest = { version = "0.11", features = ["json"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } sha2 = "0.10" -md5 = "0.7" +md5 = "0.8" axum = "0.7" jsonschema = "0.17" once_cell = "1.19"