From 242eedeb716034a47bb6e58eecec7029b54111d9 Mon Sep 17 00:00:00 2001 From: Magdy Saleh Date: Wed, 12 Feb 2025 10:50:20 -0500 Subject: [PATCH] bump --- Cargo.lock | 12 ++++++------ launcher/Cargo.toml | 2 +- router/Cargo.toml | 2 +- server/requirements.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d68a7176..2e83ed730 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1875,7 +1875,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2512,9 +2512,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -2544,9 +2544,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/launcher/Cargo.toml b/launcher/Cargo.toml index efaf4e0dd..e123753d2 100644 --- a/launcher/Cargo.toml +++ b/launcher/Cargo.toml @@ -10,7 +10,7 @@ homepage.workspace = true clap = { version = "4.1.4", features = ["derive", "env"] } ctrlc = { version = "3.2.5", features = ["termination"] } nix = "0.26.2" -openssl = "0.10.66" +openssl = "0.10.70" hf-hub = { version = "0.3.0", features = ["tokio"] } h2 = "0.3.26" rustix = "0.37.25" diff --git a/router/Cargo.toml b/router/Cargo.toml index 35c99d059..707da34ae 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -28,7 +28,7 @@ metrics = "0.21.0" metrics-exporter-prometheus = { version = "0.12.1", features = [] } nohash-hasher = "0.2.0" opentelemetry = { version = "0.19.0", features = ["rt-tokio"] } -openssl = "0.10.66" +openssl = "0.10.70" opentelemetry-otlp = "0.12.0" rand = "0.8.5" reqwest = { version = "0.11.14", features = ["blocking"] } diff --git a/server/requirements.txt b/server/requirements.txt index 2b94d44c7..7149536ae 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -58,7 +58,7 @@ stanford-stk==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys tiktoken==0.5.2 ; python_version >= "3.9" and python_version < "4.0" tokenizers==0.20.0 ; python_version >= "3.9" and python_version < "4.0" tqdm==4.66.4 ; python_version >= "3.9" and python_version < "4.0" -transformers==4.45.1 ; python_version >= "3.9" and python_version < "4.0" +transformers==4.48.3 ; python_version >= "3.9" and python_version < "4.0" triton==3.0.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "linux" typer==0.6.1 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"