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"] }