File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -48,29 +48,29 @@ mutex = []
4848memshred = []
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 }
5353crc32fast = " 1.2.1"
54- log = " 0.4.11 "
54+ log = " 0.4.14 "
5555parking_lot = " 0.11.1"
56- color-backtrace = { version = " 0.5.0 " , optional = true }
56+ color-backtrace = { version = " 0.5.1 " , optional = true }
5757num-format = { version = " 0.4.0" , optional = true }
5858rio = { version = " 0.9.4" , optional = true }
59- backtrace = { version = " 0.3.55 " , optional = true }
59+ backtrace = { version = " 0.3.60 " , optional = true }
6060im = " 15.0.0"
6161
6262[target .'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))' .dependencies ]
6363fs2 = " 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 "
7272zerocopy = " 0.5.0"
73- byteorder = " 1.3.4 "
73+ byteorder = " 1.4.3 "
7474
7575[[test ]]
7676name = " test_crash_recovery"
You can’t perform that action at this time.
0 commit comments