1
1
[package ]
2
2
name = " sentry"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [
" Sentry <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
readme = " README.md"
@@ -29,21 +29,21 @@ with_debug_meta = ["findshlibs", "with_client_implementation"]
29
29
with_shim_api = []
30
30
31
31
[dependencies ]
32
- backtrace = { version = " 0.3.7 " , optional = true }
32
+ backtrace = { version = " 0.3.8 " , optional = true }
33
33
url = { version = " 1.7.0" , optional = true }
34
34
failure = { version = " 0.1.1" , optional = true }
35
35
log = { version = " 0.4.1" , optional = true }
36
- serde = " 1.0.50 "
37
- serde_json = " 1.0.17 "
38
- sentry-types = " 0.5.0 "
39
- reqwest = { version = " 0.8.5 " , optional = true }
40
- uuid = { version = " 0.6.3 " , features = [" v4" ] }
41
- lazy_static = " 1.0.0 "
36
+ serde = " 1.0.64 "
37
+ serde_json = " 1.0.19 "
38
+ sentry-types = " 0.5.2 "
39
+ reqwest = { version = " 0.8.6 " , optional = true }
40
+ uuid = { version = " 0.6.5 " , features = [" v4" ] }
41
+ lazy_static = " 1.0.1 "
42
42
regex = { version = " 1.0.0" , optional = true }
43
43
error-chain = { version = " 0.11.0" , optional = true }
44
44
im = { version = " 10.2.0" , optional = true }
45
- libc = { version = " 0.2.40 " , optional = true }
46
- hostname = { version = " 0.1.4 " , optional = true }
45
+ libc = { version = " 0.2.41 " , optional = true }
46
+ hostname = { version = " 0.1.5 " , optional = true }
47
47
findshlibs = { version = " 0.4.0" , optional = true }
48
48
49
49
[target ."cfg(not(windows))" .dependencies ]
@@ -54,7 +54,7 @@ rustc_version = { version = "0.2.2", optional = true }
54
54
55
55
[dev-dependencies ]
56
56
failure_derive = " 0.1.1"
57
- pretty_env_logger = " 0.2.2 "
57
+ pretty_env_logger = " 0.2.3 "
58
58
59
59
[[example ]]
60
60
name = " error-chain-demo"
0 commit comments