Skip to content

Commit 1fa226f

Browse files
committed
build: Update dependencies (especially sentry-types)
1 parent b2310fe commit 1fa226f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ with_debug_meta = ["findshlibs", "with_client_implementation"]
2929
with_shim_api = []
3030

3131
[dependencies]
32-
backtrace = { version = "0.3", optional = true }
33-
url = { version = "1.7", optional = true }
34-
failure = { version = "0.1", optional = true }
35-
log = { version = "0.4", optional = true }
36-
serde = "1.0"
37-
serde_json = "1.0"
38-
sentry-types = "0.3.1"
32+
backtrace = { version = "0.3.6", optional = true }
33+
url = { version = "1.7.0", optional = true }
34+
failure = { version = "0.1.1", optional = true }
35+
log = { version = "0.4.1", optional = true }
36+
serde = "1.0.43"
37+
serde_json = "1.0.16"
38+
sentry-types = "0.3.2"
3939
reqwest = { version = "0.8.5", optional = true }
40-
uuid = { version = "0.6.2", features = ["v4"] }
40+
uuid = { version = "0.6.3", features = ["v4"] }
4141
lazy_static = "1.0.0"
4242
regex = { version = "0.2.10", optional = true }
4343
error-chain = { version = "0.11.0", optional = true }
44-
im = { version = "10.0.0", optional = true }
44+
im = { version = "10.2.0", optional = true }
4545
libc = { version = "0.2.40", optional = true }
4646
hostname = { version = "0.1.4", optional = true }
4747
findshlibs = { version = "0.4.0", optional = true }

0 commit comments

Comments
 (0)