Skip to content

Commit a0d51f2

Browse files
authored
Merge pull request #1341 from spacejam/tyler_bump_deps
Bump deps
2 parents 6081352 + 67b29bc commit a0d51f2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@ mutex = []
4848
memshred = []
4949

5050
[dependencies]
51-
libc = "0.2.81"
52-
zstd = { version = "0.8", optional = true }
51+
libc = "0.2.96"
52+
zstd = { version = "0.9.0", optional = true }
5353
crc32fast = "1.2.1"
54-
log = "0.4.11"
54+
log = "0.4.14"
5555
parking_lot = "0.11.1"
56-
color-backtrace = { version = "0.5.0", optional = true }
56+
color-backtrace = { version = "0.5.1", optional = true }
5757
num-format = { version = "0.4.0", optional = true }
5858
rio = { version = "0.9.4", optional = true }
59-
backtrace = { version = "0.3.55", optional = true }
59+
backtrace = { version = "0.3.60", optional = true }
6060
im = "15.0.0"
6161

6262
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies]
6363
fs2 = "0.4.3"
6464

6565
[dev-dependencies]
66-
rand = "0.7.0"
67-
rand_chacha = "0.3.0"
68-
rand_distr = "0.3.0"
69-
quickcheck = "0.9.2"
70-
log = "0.4.11"
71-
env_logger = "0.8.2"
66+
rand = "0.7"
67+
rand_chacha = "0.3.1"
68+
rand_distr = "0.3"
69+
quickcheck = "0.9"
70+
log = "0.4.14"
71+
env_logger = "0.8.4"
7272
zerocopy = "0.5.0"
73-
byteorder = "1.3.4"
73+
byteorder = "1.4.3"
7474

7575
[[test]]
7676
name = "test_crash_recovery"

0 commit comments

Comments
 (0)