diff --git a/Cargo.lock b/Cargo.lock index ab39fb68..bf012ed0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,9 +2077,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.42.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44c9bb95f6ac9270bf4fd38d71c2f8704b9fe0323a293af7a5284cbd60a39b2" +checksum = "6f29616f6e19415398eb186964fb7cbbeef572c79bede3622a8277667924bbe3" dependencies = [ "ahash 0.8.12", "bytecount", @@ -3032,9 +3032,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.42.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d4124f489451bb67c59d67fa16f3ae9b5690b290406a7538e38458632666df" +checksum = "b8a618c14f8ba29d8193bb55e2bf13e4fb2b1115313ecb7ae94b43100c7ac7d5" dependencies = [ "ahash 0.8.12", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index d882cc92..27a45607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ axum-server = { version = "0.8.0", features = ["tls-rustls"] } bytes = "1.6" float-cmp = "0.10.0" http-mitm-proxy = { version = "0.18.0", default-features = false } -jsonschema = "0.42.2" +jsonschema = "0.45.0" lazy_static = "1.5.0" predicates = "3.1.0" # features = ["aws_lc_rs"] is a workaround for mac & native-tls