diff --git a/Cargo.toml b/Cargo.toml index 71fa599..8d56bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", optional = true } [dev-dependencies] criterion = "0.5" futures = "0.3" -loom = "0.6" +loom = "0.7" proptest = "1.2" rand = "0.8" serde_test = "1.0"