From c70d5d56f05ea138912276c76eea3028ba7c6da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 23:54:02 +0000 Subject: [PATCH] build(deps): bump the rust-vmm group across 2 directories with 1 update Bumps the rust-vmm group with 1 update in the / directory: [micro_http](https://github.com/firecracker-microvm/micro-http). Bumps the rust-vmm group with 1 update in the /fuzz directory: [micro_http](https://github.com/firecracker-microvm/micro-http). Updates `micro_http` from `876f3fe` to `f2d9170` - [Commits](https://github.com/firecracker-microvm/micro-http/compare/876f3feccc30e09225f2c77bf95a6b2d46a9259e...f2d91703a103521430209f48ddf5925be1e35ff8) Updates `micro_http` from `876f3fe` to `f2d9170` - [Commits](https://github.com/firecracker-microvm/micro-http/compare/876f3feccc30e09225f2c77bf95a6b2d46a9259e...f2d91703a103521430209f48ddf5925be1e35ff8) --- updated-dependencies: - dependency-name: micro_http dependency-version: f2d91703a103521430209f48ddf5925be1e35ff8 dependency-type: direct:production dependency-group: rust-vmm - dependency-name: micro_http dependency-version: f2d91703a103521430209f48ddf5925be1e35ff8 dependency-type: direct:production dependency-group: rust-vmm ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- fuzz/Cargo.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4938b221..f4a4263f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1440,7 +1440,7 @@ dependencies = [ [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#876f3feccc30e09225f2c77bf95a6b2d46a9259e" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#f2d91703a103521430209f48ddf5925be1e35ff8" dependencies = [ "libc", "vmm-sys-util", diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 466ae43ea..6fc78942b 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -869,7 +869,7 @@ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#876f3feccc30e09225f2c77bf95a6b2d46a9259e" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#f2d91703a103521430209f48ddf5925be1e35ff8" dependencies = [ "libc", "vmm-sys-util", @@ -1315,6 +1315,16 @@ version = "1.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" +[[package]] +name = "socket2" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + [[package]] name = "spin" version = "0.9.9" @@ -1681,6 +1691,7 @@ dependencies = [ "serial_buffer", "sha2", "signal-hook", + "socket2", "thiserror", "tracer", "uuid",