From 0fb380e42396e2c2fba98db9f7477b1534d506a6 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Thu, 8 Aug 2024 16:41:12 +0200 Subject: [PATCH] more deps upgrade to trigger CI --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9d1532..1e924b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ keywords = ["qdrant", "vector-search", "search-engine", "client", "grpc"] tonic = { version = "0.12.1", features = ["tls", "tls-roots", "gzip"] } prost = "0.13.1" prost-types = "0.13.1" -anyhow = "1" -serde = { version = "1", features = ["derive"], optional = true } -serde_json = { version = "1", optional = true } +anyhow = "1.0.86" +serde = { version = "1.0.205", features = ["derive"], optional = true } +serde_json = { version = "1.0.122", optional = true } reqwest = { version = "0.12.5", optional = true, default-features = false, features = ["stream", "rustls-tls", "http2"] } futures-util = { version = "0.3.30", optional = true } -derive_builder = { version = "0.20" } -thiserror = "1.0.61" +derive_builder = { version = "0.20.0" } +thiserror = "1.0.63" [dev-dependencies] tonic-build = { version = "0.12.1", features = ["prost"] }