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"