Update cranelift-native requirement from 0.41.0 to 0.44.0

Updates the requirements on [cranelift-native](https://github.com/CraneStation/cranelift) to permit the latest version.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/v0.41.0...v0.44.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-03 07:55:56 +00:00
committed by Jakub Konka
parent b4c60f0c36
commit c097f567a9

View File

@@ -34,7 +34,7 @@ wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "042c8
cranelift-codegen = "0.41.0" cranelift-codegen = "0.41.0"
cranelift-entity = "0.44.0" cranelift-entity = "0.44.0"
cranelift-wasm = "0.41.0" cranelift-wasm = "0.41.0"
cranelift-native = "0.41.0" cranelift-native = "0.44.0"
target-lexicon = "0.4.0" target-lexicon = "0.4.0"
pretty_env_logger = "0.3.0" pretty_env_logger = "0.3.0"
tempfile = "3.1.0" tempfile = "3.1.0"