Skip to content

Commit 1893ea4

Browse files
committed
Bump dependencies
1 parent 9364ca6 commit 1893ea4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ miri_optimizations = []
4141
mutex = []
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"
4646
fxhash = "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 }
4949
crc32fast = "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 }
5353
rio = { 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]
5757
fs2 = "0.4.3"

0 commit comments

Comments
 (0)