Skip to content

Commit

Permalink
v3.11.5 Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Jul 2, 2020
1 parent ccb9306 commit 283ae31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashmap"
version = "3.11.4"
version = "3.11.5"
authors = ["Acrimon <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -18,8 +18,8 @@ raw-api = []
no_std = ["hashbrown"]

[dev-dependencies]
criterion = "0.3.2"
rayon = "1.3.0"
criterion = "0.3.3"
rayon = "1.3.1"
chashmap = "2.2.2"
contrie = "0.1.4"
cht = "0.4.1"
Expand All @@ -43,10 +43,10 @@ harness = false

[dependencies]
num_cpus = "1.13.0"
ahash = "0.3.5"
serde = { version = "1.0.110", optional = true, features = ["derive"] }
ahash = "0.4.0"
serde = { version = "1.0.114", optional = true, features = ["derive"] }
cfg-if = "0.1.10"
hashbrown = { version = "0.7.2", optional = true }
hashbrown = { version = "0.8.0", optional = true }

[package.metadata.docs.rs]
features = ["raw-api"]

0 comments on commit 283ae31

Please sign in to comment.