diff options
author | dependabot[bot] | 2022-10-24 23:35:12 +0000 |
---|---|---|
committer | GitHub | 2022-10-24 23:35:12 +0000 |
commit | 6aacdaaf9f3e315b99aba8bae6d19c6dc0bae831 (patch) | |
tree | b28047e2cd3df18d754904e2eacb4eb426ac3bde | |
parent | 02385599e1e47ec46f5cfbba8b454378d5f19f41 (diff) |
build(deps): bump futures-executor from 0.3.24 to 0.3.25 (#4464)
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
@@ -294,9 +294,9 @@ checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "futures-executor" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" +checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" dependencies = [ "futures-core", "futures-task", |