diff options
author | dependabot[bot] | 2022-08-29 23:55:26 +0000 |
---|---|---|
committer | GitHub | 2022-08-29 23:55:26 +0000 |
commit | 841766ef828870651ac980860a317369bd110cd9 (patch) | |
tree | b28a4f7b862c2d08485e5eb2002387ecaf11227c | |
parent | 50d5463f90d21423767125946a321977be7f9306 (diff) |
build(deps): bump futures-executor from 0.3.23 to 0.3.24 (#3602)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -284,9 +284,9 @@ checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" [[package]] name = "futures-executor" -version = "0.3.23" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528" +checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" dependencies = [ "futures-core", "futures-task", |