deps: bump awaitgroup 0.6.0 → 0.7.0

Add awaitgroup to workspace dependencies at 0.7.0 and switch both
rustjail and virt_container from local pins to workspace = true.
No API changes required — WaitGroup::new(), .worker() and .wait()
are unchanged across this range.

Generated-by: IBM Bob
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-07-09 09:06:10 -07:00
parent 22fa14f860
commit 9867e61d38
4 changed files with 181 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ license = { workspace = true }
[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
awaitgroup = "0.6.0"
awaitgroup = { workspace = true }
containerd-shim-protos = { workspace = true }
libc = { workspace = true }
nix = { workspace = true }