diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6..cb5d56e2 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -22,7 +22,7 @@ uuid = { version = "1.0", features = ["v4"] } sha2 = "0.10" md5 = "0.7" axum = "0.7" -jsonschema = "0.17" +jsonschema = "0.46" once_cell = "1.19" metrics = "0.21" thiserror = "1.0"