File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ miri_optimizations = []
4141mutex = []
4242
4343[dependencies ]
44- crossbeam-epoch = " 0.9.0 "
45- crossbeam-utils = " 0.8.0 "
44+ crossbeam-epoch = " 0.9.5 "
45+ crossbeam-utils = " 0.8.5 "
4646fxhash = " 0.2.1"
47- libc = " 0.2.80 "
48- zstd = { version = " 0.5.3 " , optional = true }
47+ libc = " 0.2.101 "
48+ zstd = { version = " 0.9.0+zstd.1.5.0 " , optional = true }
4949crc32fast = " 1.2.1"
50- log = " 0.4.11 "
51- parking_lot = " 0.11.0 "
52- color-backtrace = { version = " 0.4.2 " , optional = true }
50+ log = " 0.4.14 "
51+ parking_lot = " 0.11.2 "
52+ color-backtrace = { version = " 0.5.1 " , optional = true }
5353rio = { version = " 0.9.4" , optional = true }
54- backtrace = { version = " 0.3.54 " , optional = true }
54+ backtrace = { version = " 0.3.61 " , optional = true }
5555
5656[target .'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))' .dependencies ]
5757fs2 = " 0.4.3"
You can’t perform that action at this time.
0 commit comments