Skip to content

Commit

Permalink
Dependabot fixes (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh authored Feb 12, 2025
1 parent 04f38d4 commit 2fc90ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
6 changes: 3 additions & 3 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grpcio-reflection==1.62.2 ; python_version >= "3.9" and python_version < "4.0"
grpcio-status==1.62.2 ; python_version >= "3.9" and python_version < "4.0"
grpcio==1.65.1 ; python_version >= "3.9" and python_version < "4.0"
hf-transfer==0.1.8 ; python_version >= "3.9" and python_version < "4.0"
huggingface-hub==0.23.5 ; python_version >= "3.9" and python_version < "4.0"
huggingface-hub==0.24.0 ; python_version >= "3.9" and python_version < "4.0"
idna==3.7 ; python_version >= "3.9" and python_version < "4.0"
importlib-metadata==6.11.0 ; python_version >= "3.9" and python_version < "4.0"
jmespath==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down Expand Up @@ -56,9 +56,9 @@ setuptools==71.1.0 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
stanford-stk==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "linux"
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"
tokenizers==0.21.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.0 ; 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"
Expand Down

0 comments on commit 2fc90ff

Please sign in to comment.