Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Yeicor committed Aug 26, 2023
1 parent 5967ff1 commit 6f4e3dd
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 = "4.1.1", default-features = false, optional = true } # Very fast WebAssembly runtime for x86_64, wasm32 and ARM64
wasmer = { version = "4.1.2", 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 6f4e3dd

Please sign in to comment.