Bump cranelift from 4c7e3c3
to 8945b82
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `4c7e3c3` to `8945b82`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](4c7e3c3f1e...8945b82f92
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
77d33c1707
commit
a9ff5d91aa
1 changed files with 10 additions and 10 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -70,7 +70,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift"
|
name = "cranelift"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-frontend 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-frontend 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
|
@ -79,7 +79,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-bforest"
|
name = "cranelift-bforest"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-entity 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
@ -87,7 +87,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen"
|
name = "cranelift-codegen"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-bforest 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-bforest 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-codegen-meta 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen-meta 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
|
@ -102,7 +102,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen-meta"
|
name = "cranelift-codegen-meta"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-entity 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
@ -110,12 +110,12 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-entity"
|
name = "cranelift-entity"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-faerie"
|
name = "cranelift-faerie"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
|
@ -128,7 +128,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-frontend"
|
name = "cranelift-frontend"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -139,7 +139,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-module"
|
name = "cranelift-module"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-entity 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
|
@ -150,7 +150,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-native"
|
name = "cranelift-native"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -160,7 +160,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-simplejit"
|
name = "cranelift-simplejit"
|
||||||
version = "0.42.0"
|
version = "0.42.0"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#4c7e3c3f1e338b9a0732fff00711c1c970e80459"
|
source = "git+https://github.com/CraneStation/cranelift.git#8945b82f92642f621d32fead437abd174b52f709"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.42.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue