From c9efdf14b013d625c9558c8c3c4bc1515998b637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:36:31 +0000 Subject: [PATCH] deps(deps): update jsonschema requirement from 0.48 to 0.49 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/ruby-v0.48.0...ruby-v0.49.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7412f4..68534cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tracing = "0.1" reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls"], optional = true } async-stream = "0.3" httpdate = { version = "1", optional = true } -jsonschema = { version = "0.48", optional = true } +jsonschema = { version = "0.49", optional = true } [dev-dependencies] tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "sync", "time", "signal"] }