Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Nov 27, 2024
1 parent 64ee1c2 commit 7815c80
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 22 deletions.
54 changes: 37 additions & 17 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.89"
thiserror = "1.0.64"
clap = { version = "4.5.20", features = ["derive"] }
anyhow = "1.0.93"
thiserror = "2.0.3"
clap = { version = "4.5.21", features = ["derive"] }
ctrlc = "3.4.5"
futures = "0.3.31"
async-trait = "0.1.83"
qdrant-client = "1.12.1"
rand = "0.8.5"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
log = "0.4.22"
env_logger = "0.11.5"
hdrhistogram = "7.5.4"
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.80.1 AS chef
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.82 AS chef
WORKDIR /coach

FROM chef AS planner
Expand Down

0 comments on commit 7815c80

Please sign in to comment.