Skip to content

Commit 43efef5

Browse files
authored
Merge pull request #1183 from spacejam/tyler_update_deps
Update deps. Closes #1181. Closes #1182.
2 parents 50737b6 + 2752e6f commit 43efef5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ miri_optimizations = []
4141
mutex = []
4242

4343
[dependencies]
44-
crossbeam-epoch = "0.8.2"
45-
crossbeam-utils = "0.7.2"
44+
crossbeam-epoch = "0.9.0"
45+
crossbeam-utils = "0.8.0"
4646
fxhash = "0.2.1"
47-
libc = "0.2.72"
47+
libc = "0.2.79"
4848
zstd = { version = "0.5.3", optional = true }
4949
crc32fast = "1.2.0"
50-
log = "0.4.8"
50+
log = "0.4.11"
5151
parking_lot = "0.11.0"
5252
color-backtrace = { version = "0.4.2", optional = true }
53-
rio = { version = "0.9.3", optional = true }
54-
backtrace = { version = "0.3.50", optional = true }
53+
rio = { version = "0.9.4", optional = true }
54+
backtrace = { version = "0.3.53", optional = true }
5555

5656
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies]
5757
fs2 = "0.4.3"
@@ -61,7 +61,7 @@ rand = "0.7.3"
6161
rand_chacha = "0.2.2"
6262
rand_distr = "0.3.0"
6363
quickcheck = "0.9.2"
64-
log = "0.4.8"
64+
log = "0.4.11"
6565
env_logger = "0.8.1"
6666
zerocopy = "0.3.0"
6767
byteorder = "1.3.4"

0 commit comments

Comments
 (0)