Skip to content

Commit

Permalink
bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Feb 14, 2025
1 parent 1f21878 commit 4c93cc8
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 59 deletions.
105 changes: 49 additions & 56 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
thiserror = "2.0.11"
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
ctrlc = "3.4.5"
futures = "0.3.31"
async-trait = "0.1.85"
async-trait = "0.1.86"
qdrant-client = "1.13.0"
rand = "0.9.0"
tokio = { version = "1.43.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Leveraging the pre-built Docker images with
# cargo-chef and the Rust toolchain
# https://www.lpalmieri.com/posts/fast-rust-docker-builds/
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.83 AS chef
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.84.1 AS chef
WORKDIR /coach

FROM chef AS planner
Expand Down

0 comments on commit 4c93cc8

Please sign in to comment.