We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513996 commit c3b30b6Copy full SHA for c3b30b6
Cargo.toml
@@ -44,14 +44,14 @@ mutex = []
44
crossbeam-epoch = "0.9.0"
45
crossbeam-utils = "0.8.0"
46
fxhash = "0.2.1"
47
-libc = "0.2.79"
+libc = "0.2.80"
48
zstd = { version = "0.5.3", optional = true }
49
crc32fast = "1.2.1"
50
log = "0.4.11"
51
parking_lot = "0.11.0"
52
color-backtrace = { version = "0.4.2", optional = true }
53
rio = { version = "0.9.4", optional = true }
54
-backtrace = { version = "0.3.53", optional = true }
+backtrace = { version = "0.3.54", optional = true }
55
56
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies]
57
fs2 = "0.4.3"
0 commit comments