diff options
author | Florian Klink <flokli@flokli.de> | 2024-08-28T16·34+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-28T20·15+0000 |
commit | b6dd9d2d5bffe89f51e98c86a3db5b05e7ce8b64 (patch) | |
tree | 1c09186606227e90c3072207f4808ce33befced6 /tvix/Cargo.lock | |
parent | b2b38f23d08b4040168e6b8a022408c636bb2326 (diff) |
chore(tvix/[ca]store): bump hyper-util to 0.1.7 r/8607
Change-Id: Ia5eaf7f4614701ad4dd06114476a73e1a041d830 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12383 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 48c0b414bef9..15c89ed69ab5 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -1770,9 +1770,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" +checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" dependencies = [ "bytes", "futures-channel", @@ -2948,7 +2948,7 @@ checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1" dependencies = [ "bytes", "heck", - "itertools 0.11.0", + "itertools 0.12.0", "log", "multimap", "once_cell", @@ -2981,7 +2981,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.0", "proc-macro2", "quote", "syn 2.0.72", |