Skip to content

Commit

Permalink
fix(deps): update rust crate getopts to 0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 2af5150 commit 31f5d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 31f5d0e

Please sign in to comment.