From 31f5d0e06aca4f60aba76ee317ee517dc75cfe3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:48:08 +0000 Subject: [PATCH] fix(deps): update rust crate getopts to 0.2.21 --- guest_rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guest_rust/Cargo.toml b/guest_rust/Cargo.toml index c87ad55..4e5def5 100644 --- a/guest_rust/Cargo.toml +++ b/guest_rust/Cargo.toml @@ -11,6 +11,6 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.82" fraction = "0.15" -getopts = "0.2" +getopts = "0.2.21" wit-bindgen = "0.16.0" image = { version = "0.25.1", default-features = false, features = ["jpeg"] }