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 752b9be commit b37c531
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 24 deletions.
58 changes: 39 additions & 19 deletions Cargo.lock

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

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

[dependencies]
anyhow = "1.0.86"
thiserror = "1.0.64"
anyhow = "1.0.93"
thiserror = "2.0.3"
chrono = "0.4.38"
rand = "0.8.5"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
futures = { version = "0.3.31", default-features = false, features = ["async-await", "std"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
tokio-stream = { version = "0.1.16", default-features = false, features = ["fs"] }
qdrant-client = "1.12.1"
ctrlc = "3.4.5"
log = "0.4.22"
env_logger = "0.11.5"
serde_json = "1.0.128"
serde_json = "1.0.133"
uuid = { version = "1.11.0", features = ["v4", "serde"] }

0 comments on commit b37c531

Please sign in to comment.