Skip to content

Commit 1147a06

Browse files
committed
release: 0.5.2
1 parent 0bf9723 commit 1147a06

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -29,21 +29,21 @@ with_debug_meta = ["findshlibs", "with_client_implementation"]
2929
with_shim_api = []
3030

3131
[dependencies]
32-
backtrace = { version = "0.3.7", optional = true }
32+
backtrace = { version = "0.3.8", optional = true }
3333
url = { version = "1.7.0", optional = true }
3434
failure = { version = "0.1.1", optional = true }
3535
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"
4242
regex = { version = "1.0.0", optional = true }
4343
error-chain = { version = "0.11.0", optional = true }
4444
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 }
4747
findshlibs = { version = "0.4.0", optional = true }
4848

4949
[target."cfg(not(windows))".dependencies]
@@ -54,7 +54,7 @@ rustc_version = { version = "0.2.2", optional = true }
5454

5555
[dev-dependencies]
5656
failure_derive = "0.1.1"
57-
pretty_env_logger = "0.2.2"
57+
pretty_env_logger = "0.2.3"
5858

5959
[[example]]
6060
name = "error-chain-demo"

0 commit comments

Comments
 (0)