use an official release of segment

This commit is contained in:
Tamo 2021-10-27 16:20:27 +02:00 committed by marin postma
parent ed750e8792
commit de35a9a605
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -2584,7 +2584,8 @@ dependencies = [
[[package]]
name = "segment"
version = "0.1.1"
source = "git+https://github.com/meilisearch/segment#042a8631361f02ba84e8bb06f9120e93bf1922f2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe736985d17620db13ef750190a3172ff4ab0cec12e4507aa80b329e1a191c3"
dependencies = [
"async-trait",
"chrono",

View File

@ -56,7 +56,7 @@ rand = "0.8.4"
rayon = "1.5.1"
regex = "1.5.4"
rustls = "0.19.1"
segment = { git = "https://github.com/meilisearch/segment", optional = true }
segment = { version = "0.1.1", optional = true }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = { version = "1.0.67", features = ["preserve_order"] }
sha2 = "0.9.6"