Skip to content

Commit

Permalink
Deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Aug 9, 2019
1 parent c661240 commit a0caa48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ members = ["benchmarks"]
crossbeam-utils = "~0.6"
itertools = "~0.8"
lazy_static = "~1"
model = "~0.0.4"
model = "~0.1"
num_cpus = "~1"
version-sync = "~0.7"
proptest = "~0.7"
version-sync = "~0.8"
proptest = "~0.8"

[profile.bench]
debug = true
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arc-swap = { path = ".." }
crossbeam = "~0.5" # Outdated on purpose, benchmarking something that no longer exists
crossbeam-utils = "~0.6"
lazy_static = "~1"
parking_lot = "~0.8"
parking_lot = "~0.9"

[[bench]]
name = "atomics"
Expand Down

0 comments on commit a0caa48

Please sign in to comment.