Skip to content

Commit

Permalink
Update arbitrary to 1.4.0
Browse files Browse the repository at this point in the history
Nothing big here, just a bump to the latest version of `arbitrary` to
stay up to date.
  • Loading branch information
fitzgen committed Nov 4, 2024
1 parent c0f03d0 commit c138f17
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ unnecessary_fallible_conversions = 'warn'
unnecessary_cast = 'warn'

[workspace.dependencies]
arbitrary = { version = "1.3.1" }
arbitrary = { version = "1.4.0" }
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=27.0.0" }
wasmtime = { path = "crates/wasmtime", version = "27.0.0", default-features = false }
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=27.0.0" }
Expand Down
14 changes: 14 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,13 @@ user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.arbitrary]]
version = "1.4.0"
when = "2024-11-04"
user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.async-trait]]
version = "0.1.71"
when = "2023-07-05"
Expand Down Expand Up @@ -1366,6 +1373,13 @@ user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.derive_arbitrary]]
version = "1.4.0"
when = "2024-11-04"
user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.dlmalloc]]
version = "0.2.4"
when = "2022-08-17"
Expand Down

0 comments on commit c138f17

Please sign in to comment.