Skip to content

Commit

Permalink
Clean tar dependency management (qdrant#4097)
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay authored and generall committed May 2, 2024
1 parent 2ca204d commit 8e514b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ tonic = { workspace = true }
tonic-reflection = { workspace = true }
tower = { version = "0.4.13" }
tower-layer = "0.3.2"
tar = "0.4.40"
reqwest = { workspace = true }
# rustls minor version must be synced with actix-web
rustls = "0.22.4"
Expand Down Expand Up @@ -134,6 +133,7 @@ serde = { version = "~1.0", features = ["derive", "rc"] }
serde_cbor = { version = "0.11.2" }
serde_json = "~1.0"
strum = { version = "0.26.2", features = ["derive"] }
tar = "0.4.40"
tokio = { version = "1.37.0", features = ["full"] }
tokio-util = "0.7"
tonic = { version = "0.9.2", features = ["gzip", "tls"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/collection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ itertools = "0.12"
indicatif = "0.17.8"
chrono = { workspace = true }
schemars = { workspace = true }
tar = "0.4.40"
tar = { workspace = true }
fs_extra = "1.3.0"
semver = { workspace = true }
tempfile = "3.10.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/segment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ num-cmp = "0.1.0"
rand = "0.8"
bitvec = "1.0.1"
seahash = "4.1.0"
tar = "0.4.40"
tar = { workspace = true }
fs_extra = "1.3.0"
semver = "1.0.22"
tinyvec = { version = "1.6.0", features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tonic = { workspace = true }
http = "0.2"
parking_lot = { workspace = true }
strum = { workspace = true }
tar = "0.4.40"
tar = { workspace = true }
chrono = { workspace = true }
validator = { workspace = true }

Expand Down

0 comments on commit 8e514b8

Please sign in to comment.