enable nightly feature on parking_lot

This commit is contained in:
sinu
2024-06-26 08:45:04 -07:00
parent 292b4263d7
commit 4cf350b040

View File

@@ -32,7 +32,7 @@ pin-project-lite = "0.2.4"
http-body-util = "0.1"
hyper = { version = "1.1", features = ["client", "http1"] }
hyper-util = { version = "0.1", features = ["http1"] }
tracing-subscriber = { version = "0.3", features = ["time","env-filter"] }
tracing-subscriber = { version = "0.3", features = ["time", "env-filter"] }
tracing-web = "0.1.2"
ring = { version = "0.17", features = ["wasm32_unknown_unknown_js"] }
@@ -43,6 +43,7 @@ ring = { version = "0.17", features = ["wasm32_unknown_unknown_js"] }
time = { version = "0.3.34", features = ["wasm-bindgen"] }
# Used to calculate elapsed time.
web-time = "1.0"
parking_lot = { version = "0.9", features = ["nightly"] }
tlsn-core = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.6", package = "tlsn-core" }
tlsn-prover = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.6", package = "tlsn-prover" }