Skip to content

Commit

Permalink
build: Update dependencies (especially sentry-types)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Apr 25, 2018
1 parent b2310fe commit 1fa226f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ with_debug_meta = ["findshlibs", "with_client_implementation"]
with_shim_api = []

[dependencies]
backtrace = { version = "0.3", optional = true }
url = { version = "1.7", optional = true }
failure = { version = "0.1", optional = true }
log = { version = "0.4", optional = true }
serde = "1.0"
serde_json = "1.0"
sentry-types = "0.3.1"
backtrace = { version = "0.3.6", 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.43"
serde_json = "1.0.16"
sentry-types = "0.3.2"
reqwest = { version = "0.8.5", optional = true }
uuid = { version = "0.6.2", features = ["v4"] }
uuid = { version = "0.6.3", features = ["v4"] }
lazy_static = "1.0.0"
regex = { version = "0.2.10", optional = true }
error-chain = { version = "0.11.0", optional = true }
im = { version = "10.0.0", optional = true }
im = { version = "10.2.0", optional = true }
libc = { version = "0.2.40", optional = true }
hostname = { version = "0.1.4", optional = true }
findshlibs = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit 1fa226f

Please sign in to comment.