eigr / massa

A Stateful Serverless framework on the BEAM VM
https://eigr.io
Apache License 2.0
55 stars 5 forks source link

Bump wasmex from 0.7.0 to 0.7.1 #139

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps wasmex from 0.7.0 to 0.7.1.

Release notes

Sourced from wasmex's releases.

v0.7.1

Added

  • Added an optional fourth parameter to call_function, timeout, which accepts a value in milliseconds that will cap the execution time of the function. The default behavior if not supplied is preserved, which is a 5 second timeout. Thanks @​brooksmtownsend for this contribution
  • several dependency updates
Changelog

Sourced from wasmex's changelog.

[0.7.1] - 2022-05-25

Added

  • Added an optional fourth parameter to call_function, timeout, which accepts a value in milliseconds that will cap the execution time of the function. The default behavior if not supplied is preserved, which is a 5 second timeout. Thanks @​brooksmtownsend for this contribution
Commits
  • c27c0a2 bump version to 0.7.1
  • 5971eed update rustler_precompiled in mix.exs too
  • ac56047 Dependency updates (#335)
  • 5be699b [FEAT] Allow users to configure a timeout value for call_function (#333)
  • 4ea7a0f Bump serde from 1.0.136 to 1.0.137 in /native/wasmex (#331)
  • 8ed0fe0 Bump ex_doc from 0.28.3 to 0.28.4 (#330)
  • d5c2fe4 Bump rustler from 0.24.0 to 0.25.0 in /native/wasmex (#328)
  • 6e5a29b update version in README installation example
  • 9fd34c6 Bump wasmer-wasi from 2.1.1 to 2.2.1 in /native/wasmex (#326)
  • 8a1445d chore: trigger release workflow when files changed (#327)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)