diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-16 20:05:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-16 20:05:35 +0000 |
| commit | 2dfc921f6369f1b613db97f7b0cc9a14c3f5e648 (patch) | |
| tree | fc5ee595d1f245d07f7be2461df8c49b83013166 | |
| parent | chore(nix): binary and docker container builder (diff) | |
| download | whirl-renovate/hyper-0.x-lockfile.tar.xz whirl-renovate/hyper-0.x-lockfile.zip | |
fix(deps): update rust crate hyper to v0.14.32renovate/hyper-0.x-lockfile
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -477,9 +477,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", |