Merge pull request #690 from MarinPostma/bump-sentry

bump sentry
This commit is contained in:
Clément Renault 2020-05-19 14:30:27 +02:00 committed by GitHub
commit 3743d8ca5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
## v0.10.2
- Bump sentry version to 0.18.1 (#690)
- Disable sentry in debug (#681)
- Fix highlight misalignment (#679)
- Add support for facet count (#676)

4
Cargo.lock generated
View File

@ -2540,9 +2540,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "sentry"
version = "0.18.0"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efe1c6c258797410d14ef90993e00916318d17461b201538d76fd8d3031cad4e"
checksum = "8b01b723fc1b0a0f9394ca1a8451daec6e20206d47f96c3dceea7fd11ec9eec0"
dependencies = [
"backtrace",
"env_logger",

View File

@ -53,7 +53,7 @@ tokio = { version = "0.2.18", features = ["macros"] }
ureq = { version = "0.12.0", features = ["tls"], default-features = false }
walkdir = "2.3.1"
whoami = "0.8.1"
sentry = { version = "0.18.0", features = ["with_rustls", "with_env_logger"], optional = true }
sentry = { version = "0.18.1", features = ["with_rustls", "with_env_logger"], optional = true }
[dev-dependencies]
http-service = "0.4.0"