Преглед изворни кода

Merge pull request #222 from aya-rs/dependabot/cargo/parking_lot-0.12.0

build(deps): update parking_lot requirement from 0.11.1 to 0.12.0
Dave Tucker пре 3 година
родитељ
комит
00e34ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      aya/Cargo.toml

+ 1 - 1
aya/Cargo.toml

@@ -17,7 +17,7 @@ object = { version = "0.28", default-features = false, features = ["std", "read_
 bitflags = "1.2.1"
 bytes = "1"
 lazy_static = "1"
-parking_lot = { version = "0.11.1", features = ["send_guard"] }
+parking_lot = { version = "0.12.0", features = ["send_guard"] }
 futures = { version = "0.3.12", optional = true, default-features = false, features = ["std"] }
 tokio = { version = "1.2.0", features = ["macros", "rt", "rt-multi-thread", "net"], optional = true }
 async-std = { version = "1.9.0", optional = true }