chore(tvix/tools/weave): bump mio

https: //rustsec.org/advisories/RUSTSEC-2024-0019.html
Change-Id: I03543105b35da6407a4930893b1514b379a89fbc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12339
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
Florian Klink 2024-08-24 19:33:01 +03:00 committed by clbot
parent 47ff0d0893
commit 478a746a92
2 changed files with 4 additions and 4 deletions

View file

@ -2584,9 +2584,9 @@ rec {
};
"mio" = rec {
crateName = "mio";
version = "0.8.10";
version = "0.8.11";
edition = "2018";
sha256 = "02gyaxvaia9zzi4drrw59k9s0j6pa5d1y2kv7iplwjipdqlhngcg";
sha256 = "034byyl0ardml5yliy1hmvx8arkmn9rv479pid794sm07ia519m4";
authors = [
"Carl Lerche <me@carllerche.com>"
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"