File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
integrations/sentry-actix Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.18.1
4+
5+ - Fix potential segfault with ` with_debug_meta ` (#211 ).
6+ - Fix panic when running inside of tokio (#186 ).
7+
38## 0.18.0
49
510- Upgrade most dependencies to their current versions (#183 ):
11+
612 - ` env_logger 0.7 `
713 - ` reqwest 0.10 `
814 - ` error-chain 0.12 `
Original file line number Diff line number Diff line change 11[package ]
22name = " sentry"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44authors = [" Sentry <hello@sentry.io>" ]
55license = " Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " sentry-actix"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44authors = [" Sentry <hello@sentry.io>" ]
55license = " Apache-2.0"
66readme = " README.md"
@@ -28,6 +28,6 @@ with_sentry_default = [
2828
2929[dependencies ]
3030actix-web = { version = " 0.7" , default-features = false }
31- sentry = { version = " 0.18.0 " , path = " ../../" , default-features = false }
31+ sentry = { version = " 0.18.1 " , path = " ../../" , default-features = false }
3232failure = " 0.1.3"
3333fragile = " 0.3.0"
You can’t perform that action at this time.
0 commit comments