194: Bump sentry version r=MarinPostma a=irevoire

closes #102 

Co-authored-by: tamo <tamo@meilisearch.com>
This commit is contained in:
bors[bot]
2021-06-14 08:34:04 +00:00
committed by GitHub
3 changed files with 165 additions and 519 deletions

View File

@ -78,17 +78,15 @@ pin-project = "1.0.7"
[dependencies.sentry]
default-features = false
features = [
"with_client_implementation",
"with_panic",
"with_failure",
"with_device_info",
"with_rust_info",
"with_reqwest_transport",
"with_rustls",
"with_env_logger"
"backtrace",
"contexts",
"panic",
"reqwest",
"rustls",
"log",
]
optional = true
version = "0.18.1"
version = "0.22.0"
[dev-dependencies]