bump segment to be able to display a user

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

4
Cargo.lock generated
View File

@ -2583,9 +2583,9 @@ dependencies = [
[[package]]
name = "segment"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe736985d17620db13ef750190a3172ff4ab0cec12e4507aa80b329e1a191c3"
checksum = "9bdcc286fff0e7c5ccd46c06a301c7a8a848b06acedc6983707bd311eb358002"
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 = { version = "0.1.1", optional = true }
segment = { version = "0.1.2", optional = true }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = { version = "1.0.67", features = ["preserve_order"] }
sha2 = "0.9.6"