Skip to content

Commit

Permalink
Dealt with RUSTSEC-2019-0031.
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Jan 17, 2020
1 parent 54da662 commit 8ec05df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ name = "cht"
harness = false

[dependencies]
spin = "0.5.2"
qadapt-spin = "1.0.1"
num_cpus = "1.11.1"
fxhash = "0.2.1"
serde = { version = "1.0.104", optional = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(clippy::type_complexity)]

extern crate spin as parking_lot;
extern crate qadapt_spin as parking_lot;

pub mod iter;
pub mod mapref;
Expand Down

0 comments on commit 8ec05df

Please sign in to comment.