From 42a30d552b08b5c68a79184be158ffe98817f0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:17:17 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from 0.17 to 0.46 Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/rust-v0.17.0...ruby-v0.46.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.46.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..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"