Commit 1691913
chore: update dependencies (#283)
* chore: update anyhow to 1.0.102
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update futures to 0.3.32
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update futures-util to 0.3.32
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update semver to 1.0.28
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update serde to 1.0.228
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update serde_json to 1.0.150
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update tokio to 1.52.3
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update uuid to 1.23.1
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update prost to 0.14.3
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update prost-types to 0.14.3
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update tonic to 0.14.6
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update tonic-build to 0.14.6
In tonic 0.14, prost integration was extracted into separate crates
tonic-prost (runtime) and tonic-prost-build (codegen). Add both and
update tests/protos.rs accordingly.
prost-build 0.14 also auto-derives Eq and Hash for messages where
possible, which clashes with the manual `impl Hash for PointId` in
extensions.rs; the manual impl is dropped in favor of the derive.
The field-level `#[deprecated(since = ..., note = ...)]` attributes
for deprecated oneof variants are no longer applied via
configure_deprecations because tonic-prost-build now emits a plain
`#[deprecated]` from the proto annotation itself, which conflicted
with the manual one.
The generated src/qdrant.rs is regenerated with the new toolchain.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update reqwest to 0.13.4
reqwest 0.13 renamed the `rustls-tls` feature to `rustls`; update
the feature list accordingly.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: update thiserror to 2.0.18
Co-authored-by: Cursor <cursoragent@cursor.com>
* Remove `tonic-build` dev-dependency
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <agent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent 0c21ee4 commit 1691913
4 files changed
Lines changed: 279 additions & 288 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | 296 | | |
308 | 297 | | |
309 | 298 | | |
| |||
0 commit comments