diff --git a/Cargo.lock b/Cargo.lock index 9501c920..d22758cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2068,9 +2068,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.42.2" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44c9bb95f6ac9270bf4fd38d71c2f8704b9fe0323a293af7a5284cbd60a39b2" +checksum = "267fb27be492e66ab147d2ce0233d88ae465b93c3565016e73998729bf3fe60f" dependencies = [ "ahash 0.8.12", "bytecount", @@ -3022,9 +3022,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.42.2" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d4124f489451bb67c59d67fa16f3ae9b5690b290406a7538e38458632666df" +checksum = "12ecd0f3daefd4faff2e0821310c18e6e9d1fd00550bbd7e5a59d78184a071bc" dependencies = [ "ahash 0.8.12", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index 13b90d18..80a84a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,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.44.0" lazy_static = "1.5.0" predicates = "3.1.0" # features = ["aws_lc_rs"] is a workaround for mac & native-tls