chore: don't use once_cell for 1.18.x LTS release (#5048)

The latest release of once_cell has an MSRV that is incompatible with the MSRV of the 1.18.x LTS release.
This commit is contained in:
Alice Ryhl
2022-09-26 10:41:35 +02:00
committed by GitHub
parent 7aa1566cde
commit 05e661490b
13 changed files with 124 additions and 38 deletions
-6
View File
@@ -21,7 +21,6 @@ serde_derive = "1.0"
serde_json = "1.0"
httparse = "1.0"
httpdate = "1.0"
once_cell = "1.5.2"
rand = "0.8.3"
[target.'cfg(windows)'.dev-dependencies.winapi]
@@ -71,11 +70,6 @@ path = "udp-codec.rs"
name = "tinyhttp"
path = "tinyhttp.rs"
[[example]]
name = "custom-executor"
path = "custom-executor.rs"
[[example]]
name = "custom-executor-tokio-context"
path = "custom-executor-tokio-context.rs"