Skip to content

Commit

Permalink
minor: pin async-executor (#964) (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn committed Sep 27, 2023
1 parent 636de62 commit 1c36dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tokio-runtime = [
"serde_bytes",
]
async-std-runtime = [
"async-executor",
"async-std",
"async-std/attributes",
"async-std/unstable",
Expand Down Expand Up @@ -87,6 +88,7 @@ in-use-encryption-unstable = ["mongocrypt", "rayon", "num_cpus"]
tracing-unstable = ["tracing", "log"]

[dependencies]
async-executor = { version = "=1.5.1", optional = true } # TODO RUST-1768: remove this
async-trait = "0.1.42"
base64 = "0.13.0"
bitflags = "1.1.0"
Expand Down

0 comments on commit 1c36dab

Please sign in to comment.