diff --git a/Cargo.lock b/Cargo.lock index cad3d21220..5e775e7b74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,9 +159,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec08254d61379df136135d3d1ac04301be7699fd7d9e57655c63ac7d650a6922" +checksum = "583553a05a8cbf55bbd67d6a824a206c21030556fdc5f43de387959f888fb6be" dependencies = [ "derive_builder 0.20.2", "getrandom 0.3.4", @@ -874,7 +874,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] @@ -5367,7 +5367,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.17", "http 1.4.0", @@ -8639,7 +8639,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 34370be295..8e1018fbee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ gray_matter = "0.3.2" num-format = "0.4" humantime = "2.1.0" dashmap = "7.0.0-rc2" -async-openai = { version = "0.34.0", default-features = false, features = ["response-types"] } # Using only types, not the API client - reduces dependencies +async-openai = { version = "0.35.0", default-features = false, features = ["response-types"] } # Using only types, not the API client - reduces dependencies gix = "0.81" google-cloud-auth = "1.8.0" # Google Cloud authentication with automatic token refresh