Skip to content

Commit

Permalink
bump qdrant and tokio (#33294)
Browse files Browse the repository at this point in the history
I bumped our qdrant fork to get-convex/qdrant@e2c047b (relaxes tokio dependency spec) and then ran `cargo update -p tokio`

GitOrigin-RevId: 007b7f04eda7b2137a0b47c8d6197c558822a079
  • Loading branch information
gautamg795 authored and Convex, Inc. committed Jan 17, 2025
1 parent 07abd4b commit ca32673
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 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 @@ -105,8 +105,8 @@ prost-reflect = { version = "0.14.0", features = [ "text-format", "miette" ] }
pyo3 = "0.23.3"
pyo3-async-runtimes = { version = "0.23.0", features = [ "tokio-runtime" ] }
pyo3-build-config = { version = "0.23.3", features = [ "resolve-config" ] }
qdrant_segment = { git = "https://github.com/get-convex/qdrant", rev = "8819071e5c14a602d13a048a83cde38698f5b306", package = "segment" }
qdrant_common = { git = "https://github.com/get-convex/qdrant", rev = "8819071e5c14a602d13a048a83cde38698f5b306", package = "qdrant_common" }
qdrant_segment = { git = "https://github.com/get-convex/qdrant", rev = "e2c047b9df10c8203c768f0b3a52985ccf1b4207", package = "segment" }
qdrant_common = { git = "https://github.com/get-convex/qdrant", rev = "e2c047b9df10c8203c768f0b3a52985ccf1b4207", package = "qdrant_common" }
quote = "1.0"
rand = "0.8"
rand_chacha = "0.3.1"
Expand Down

0 comments on commit ca32673

Please sign in to comment.