浏览代码

test: update loom to 0.5.6 (#65)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Eliza Weisman 2 年之前
父节点
当前提交
a7b26b5cd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -36,7 +36,7 @@ tokio = { version = "1.14.0", features = ["rt", "rt-multi-thread", "macros", "sy
 futures-util = { version = "0.3", default-features = false }
 futures-util = { version = "0.3", default-features = false }
 
 
 [target.'cfg(loom)'.dev-dependencies]
 [target.'cfg(loom)'.dev-dependencies]
-loom = { version = "0.5.4", features = ["checkpoint", "futures"] }
+loom = { version = "0.5.6", features = ["checkpoint", "futures"] }
 tracing-subscriber = { version = "0.3", default-features = false, features = ["std", "fmt"] }
 tracing-subscriber = { version = "0.3", default-features = false, features = ["std", "fmt"] }
 tracing = { version = "0.1", default-features = false, features = ["std"] }
 tracing = { version = "0.1", default-features = false, features = ["std"] }