Skip to content

Commit

Permalink
chore(deps): update rust crate bytesize to 1.2.0 (#323)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 4a0cdda commit 14b3d4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ marine-wasmtime-backend = { path = "../crates/wasmtime-backend", version = "0.2.
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-lilo = "0.5.1"
it-memory-traits = "0.4.0"
bytesize = "1.1.0"
bytesize = "1.2.0"

multimap = "0.8.3"
once_cell = "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion marine-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nom = "7.1"
itertools = "0.10.5"
multimap = "0.8.3"
boolinator = "2.4.0"
bytesize = {version = "1.1.0", features = ["serde"]}
bytesize = {version = "1.2.0", features = ["serde"]}
console_error_panic_hook = "0.1.7"
once_cell = "1.16.0"
semver = "1.0.14"
Expand Down
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"
serde_derive = "1.0.147"
serde_with = "2.1.0"
bytesize = {version = "1.1.0", features = ["serde"]}
bytesize = {version = "1.2.0", features = ["serde"]}
itertools = "0.10.5"
log = "0.4.19"
safe-transmute = "0.11.2"
Expand Down

0 comments on commit 14b3d4a

Please sign in to comment.