Skip to content

Commit

Permalink
more deps upgrade to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 8, 2024
1 parent 7aa1056 commit 0fb380e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 0fb380e

Please sign in to comment.