diff --git a/Cargo.lock b/Cargo.lock index bff1c92..98af346 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,21 +598,15 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.1" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "allocator-api2", "equivalent", "foldhash", ] -[[package]] -name = "hashbrown" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" - [[package]] name = "heck" version = "0.5.0" @@ -745,7 +739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.17.1", + "hashbrown", ] [[package]] @@ -788,9 +782,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.46.10" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a699d3e77675e6aa4bfffe3b907c8b5f7ed3241f9965bffb25475ad4b08d05" +checksum = "9baf521a926fd1e6f94af6922be9686b61c8a89a5fb7e14d6a1e21b79738d4cc" dependencies = [ "ahash", "bytecount", @@ -815,9 +809,9 @@ dependencies = [ [[package]] name = "jsonschema-regex" -version = "0.46.10" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbd1086b01b9349fd4ef9a07433965af64c8ce8159abe633a189e4ff817bd13" +checksum = "d668f4775619127513d9a4f190704d20a66d20ccf0efc258f8ed42548e5fd7cd" dependencies = [ "regex-syntax", ] @@ -1143,14 +1137,14 @@ dependencies = [ [[package]] name = "referencing" -version = "0.46.10" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fbf332a2f81899f6836f22c03da73dae8a664c32e3016b84692c23cddadc95d" +checksum = "df843f41f0cb459649f64a8b6b10579cf454f7a7420dc702767c81a26f23d780" dependencies = [ "ahash", "fluent-uri", "getrandom", - "hashbrown 0.16.1", + "hashbrown", "itoa", "micromap", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 4d93b4b..763033f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tree-sitter = "0.26" tree-sitter-javascript = "0.25.0" tree-sitter-python = "0.25.0" tree-sitter-typescript = "0.23.2" -jsonschema = { version = "0.46.5", default-features = false } +jsonschema = { version = "0.48.1", default-features = false } [workspace.metadata.release] shared-version = true