Skip to content

Commit

Permalink
fix(deps): update rust crate fraction to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ayakoakasaka committed Jan 7, 2024
1 parent 1afffa2 commit 233a5b4
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 @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.76"
fraction = "0.14"
fraction = "0.15"
getopts = "0.2"
wit-bindgen = "0.16.0"
image = { version = "0.24.7", 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 @@ -16,7 +16,7 @@ dummy = ["dep:fraction", "dep:image"]
# https://github.com/l1npengtul/nokhwa/pull/152
nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features = ["input-native", "output-threaded"], optional = true}

fraction = { version = "0.14", optional = true }
fraction = { version = "0.15", optional = true }
image = { version = "0.24.7", default-features = false, optional = true }

anyhow = "1.0.76"
Expand Down

0 comments on commit 233a5b4

Please sign in to comment.