Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spacejam committed Sep 12, 2021
1 parent 9364ca6 commit 1893ea4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ miri_optimizations = []
mutex = []

[dependencies]
crossbeam-epoch = "0.9.0"
crossbeam-utils = "0.8.0"
crossbeam-epoch = "0.9.5"
crossbeam-utils = "0.8.5"
fxhash = "0.2.1"
libc = "0.2.80"
zstd = { version = "0.5.3", optional = true }
libc = "0.2.101"
zstd = { version = "0.9.0+zstd.1.5.0", optional = true }
crc32fast = "1.2.1"
log = "0.4.11"
parking_lot = "0.11.0"
color-backtrace = { version = "0.4.2", optional = true }
log = "0.4.14"
parking_lot = "0.11.2"
color-backtrace = { version = "0.5.1", optional = true }
rio = { version = "0.9.4", optional = true }
backtrace = { version = "0.3.54", optional = true }
backtrace = { version = "0.3.61", optional = true }

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies]
fs2 = "0.4.3"
Expand Down

0 comments on commit 1893ea4

Please sign in to comment.