Merge pull request #896 from bjorn3/dependabot/cargo/cranelift-codegen-cd3d84e

This commit is contained in:
dependabot-preview[bot] 2020-02-17 06:32:54 +00:00 committed by GitHub
commit 45d5c6fd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
Cargo.lock generated
View File

@ -33,7 +33,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cranelift-bforest"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
]
@ -41,7 +41,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-bforest 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -58,7 +58,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-codegen-shared 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -67,17 +67,17 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
[[package]]
name = "cranelift-entity"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
[[package]]
name = "cranelift-frontend"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -109,7 +109,7 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -120,7 +120,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#f1aa07265b3b25c1859f7184e92fd600316b4b25"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d"
dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",