Skip to content

Commit

Permalink
fix(deps): update rust crate image to 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ayakoakasaka committed Apr 12, 2024
1 parent c89e8c6 commit e7621d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guest_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ anyhow = "1.0.82"
fraction = "0.15"
getopts = "0.2"
wit-bindgen = "0.16.0"
image = { version = "0.24.8", default-features = false, features = ["jpeg"] }
image = { version = "0.25.1", default-features = false, features = ["jpeg"] }
2 changes: 1 addition & 1 deletion host_wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dummy = ["dep:fraction", "dep:image"]
nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features = ["input-native", "output-threaded"], optional = true}

fraction = { version = "0.15", optional = true }
image = { version = "0.24.8", default-features = false, optional = true }
image = { version = "0.25.1", default-features = false, optional = true }

anyhow = "1.0.82"
tracing = { version = "0.1.40", features = ["max_level_trace"] }
Expand Down

0 comments on commit e7621d9

Please sign in to comment.