bump sentry version

This commit is contained in:
tamo
2021-05-31 13:59:31 +02:00
parent 47a1bc34de
commit dffbaca63b
3 changed files with 167 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]