ci: use cargo deny (#6931)

This commit is contained in:
Alice Ryhl
2024-10-23 18:48:07 +02:00
committed by GitHub
parent 01e04daaa1
commit ebe241647e
9 changed files with 41 additions and 30 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ tokio-util = { version = "0.7.0", path = "../tokio-util", optional = true }
tokio = { version = "1.2.0", path = "../tokio", features = ["full", "test-util"] }
async-stream = "0.3"
parking_lot = "0.12.0"
tokio-test = { path = "../tokio-test" }
tokio-test = { version = "0.4", path = "../tokio-test" }
futures = { version = "0.3", default-features = false }
[package.metadata.docs.rs]