chore(tvix): Use latest release of reqwest-{middleware,tracing}

Change-Id: I3b3859321b0540c8ff1094d4a77b0fae6a3fb1fc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13185
Tested-by: BuildkiteCI
Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Ilan Joselevich 2025-02-27 17:28:21 +07:00 committed by clbot
parent d42784eb48
commit 9e491c9164
5 changed files with 12 additions and 25 deletions

View file

@ -18,8 +18,6 @@ let
(k:
(lib.nameValuePair "${crates.internal.crates.${k}.crateName}-${crates.internal.crates.${k}.version}" crates.internal.crates.${k}.src.outputHash)
) [
"reqwest-middleware"
"reqwest-tracing"
"wu-manber"
]);
};