diff --git a/Cargo.lock b/Cargo.lock index d594aa4e..63137aa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,7 +463,7 @@ dependencies = [ "indexmap 2.11.4", "js-sys", "once_cell", - "rand 0.9.1", + "rand 0.9.2", "serde", "serde_bytes", "serde_json", @@ -687,7 +687,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -2346,7 +2346,7 @@ dependencies = [ "mime_guess", "parse-display 0.10.0", "phonenumber", - "rand 0.9.1", + "rand 0.9.2", "reqwest 0.12.23", "reqwest-conditional-middleware", "reqwest-middleware", @@ -2923,7 +2923,7 @@ dependencies = [ [[package]] name = "openapitor" version = "0.0.9" -source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#5fbb0a58efbbd2eddea30352b080bb44482315b1" +source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#baa2a234e0997ae85e7459e5225f277361e06acd" dependencies = [ "Inflector", "anyhow", @@ -2943,7 +2943,7 @@ dependencies = [ "phonenumber", "proc-macro2", "quote", - "rand 0.9.1", + "rand 0.9.2", "regex", "reqwest 0.12.23", "reqwest-middleware", @@ -2965,9 +2965,9 @@ dependencies = [ [[package]] name = "openapiv3" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc02deea53ffe807708244e5914f6b099ad7015a207ee24317c22112e17d9c5c" +checksum = "5c8d427828b22ae1fff2833a03d8486c2c881367f1c336349f307f321e7f4d05" dependencies = [ "indexmap 2.11.4", "serde", @@ -3435,7 +3435,7 @@ checksum = "bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b" dependencies = [ "bytes", "getrandom 0.3.2", - "rand 0.9.1", + "rand 0.9.2", "ring", "rustc-hash", "rustls 0.23.26", @@ -3508,9 +3508,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -5438,7 +5438,7 @@ dependencies = [ "http 1.3.1", "httparse", "log", - "rand 0.9.1", + "rand 0.9.2", "rustls 0.23.26", "rustls-pki-types", "sha1", @@ -5875,7 +5875,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]