Skip to content

Commit

Permalink
Bump wasmer from 3.3.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [wasmer](https://github.com/wasmerio/wasmer) from 3.3.0 to 4.1.1.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v3.3.0...v4.1.1)

---
updated-dependencies:
- dependency-name: wasmer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 4f3d754 commit ba629c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -79,7 +79,7 @@ httpdate = { version = "1.0", optional = true } # Formatting of dates
lru = { version = "0.11", optional = true } # For caching resources

# === WEBASSEMBLY COMPILERS/INTERPRETERS ===
wasmer = { version = "3.1.1", default-features = false, optional = true } # Very fast WebAssembly runtime for x86_64, wasm32 and ARM64
wasmer = { version = "4.1.1", default-features = false, optional = true } # Very fast WebAssembly runtime for x86_64, wasm32 and ARM64

# === CONFIGURATION & CLI ===
clap = { version = "3", features = ["derive"], optional = true } # CLI parser. Heavy dependency on this version because of klask.
Expand Down

0 comments on commit ba629c9

Please sign in to comment.