Skip to content

Commit c3b30b6

Browse files
committed
Update deps
1 parent d513996 commit c3b30b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ mutex = []
4444
crossbeam-epoch = "0.9.0"
4545
crossbeam-utils = "0.8.0"
4646
fxhash = "0.2.1"
47-
libc = "0.2.79"
47+
libc = "0.2.80"
4848
zstd = { version = "0.5.3", optional = true }
4949
crc32fast = "1.2.1"
5050
log = "0.4.11"
5151
parking_lot = "0.11.0"
5252
color-backtrace = { version = "0.4.2", optional = true }
5353
rio = { version = "0.9.4", optional = true }
54-
backtrace = { version = "0.3.53", optional = true }
54+
backtrace = { version = "0.3.54", 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)