Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Bump wasmex from 0.7.0 to 0.7.1 #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2022

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)

Bumps [wasmex](https://github.com/tessi/wasmex) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/tessi/wasmex/releases)
- [Changelog](https://github.com/tessi/wasmex/blob/main/CHANGELOG.md)
- [Commits](tessi/wasmex@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: wasmex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants