Skip to content

Commit

Permalink
release: 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Jun 1, 2018
1 parent 0bf9723 commit 1147a06
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry"
version = "0.5.1"
version = "0.5.2"
authors = ["Sentry <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -29,21 +29,21 @@ with_debug_meta = ["findshlibs", "with_client_implementation"]
with_shim_api = []

[dependencies]
backtrace = { version = "0.3.7", optional = true }
backtrace = { version = "0.3.8", optional = true }
url = { version = "1.7.0", optional = true }
failure = { version = "0.1.1", optional = true }
log = { version = "0.4.1", optional = true }
serde = "1.0.50"
serde_json = "1.0.17"
sentry-types = "0.5.0"
reqwest = { version = "0.8.5", optional = true }
uuid = { version = "0.6.3", features = ["v4"] }
lazy_static = "1.0.0"
serde = "1.0.64"
serde_json = "1.0.19"
sentry-types = "0.5.2"
reqwest = { version = "0.8.6", optional = true }
uuid = { version = "0.6.5", features = ["v4"] }
lazy_static = "1.0.1"
regex = { version = "1.0.0", optional = true }
error-chain = { version = "0.11.0", optional = true }
im = { version = "10.2.0", optional = true }
libc = { version = "0.2.40", optional = true }
hostname = { version = "0.1.4", optional = true }
libc = { version = "0.2.41", optional = true }
hostname = { version = "0.1.5", optional = true }
findshlibs = { version = "0.4.0", optional = true }

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

[dev-dependencies]
failure_derive = "0.1.1"
pretty_env_logger = "0.2.2"
pretty_env_logger = "0.2.3"

[[example]]
name = "error-chain-demo"
Expand Down

0 comments on commit 1147a06

Please sign in to comment.