diff --git a/Cargo.lock b/Cargo.lock index 9dbd49b..3d861b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1442,7 +1442,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2623,7 +2623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3884,7 +3884,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4769,7 +4769,7 @@ dependencies = [ "oxrdfio", "oxrocksdb-sys", "oxsdatatypes", - "rand 0.8.5", + "rand 0.8.6", "rustc-hash 2.1.1", "siphasher", "sparesults", @@ -4814,7 +4814,7 @@ dependencies = [ "oxilangtag", "oxiri", "oxsdatatypes", - "rand 0.8.5", + "rand 0.8.6", "thiserror 2.0.18", ] @@ -5476,9 +5476,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -5557,7 +5557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -6012,7 +6012,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6104,7 +6104,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6115,9 +6115,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "ring", "rustls-pki-types", @@ -6548,7 +6548,7 @@ dependencies = [ "oxiri", "oxrdf", "oxsdatatypes", - "rand 0.8.5", + "rand 0.8.6", "regex", "rustc-hash 2.1.1", "sha1", @@ -6569,7 +6569,7 @@ dependencies = [ "oxiri", "oxrdf", "peg", - "rand 0.8.5", + "rand 0.8.6", "thiserror 2.0.18", ] @@ -6580,7 +6580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1790bbdf13560c2afc245ab0f82a489003b3918e668ebd45c65fe46bfd7a1763" dependencies = [ "oxrdf", - "rand 0.8.5", + "rand 0.8.6", "spargebra", ] @@ -6941,7 +6941,7 @@ dependencies = [ "lazy_static", "libc", "ndarray 0.16.1", - "rand 0.8.5", + "rand 0.8.6", "safetensors 0.3.3", "thiserror 1.0.69", "torch-sys", @@ -6958,7 +6958,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8501,7 +8501,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]