@@ -8,15 +8,15 @@ crate-type = ["dylib"]
88
99[dependencies ]
1010# These have to be in sync with each other
11- cranelift-codegen = { version = " 0.106 .0" , default-features = false , features = [" std" , " unwind" , " all-arch" ] }
12- cranelift-frontend = { version = " 0.106 .0" }
13- cranelift-module = { version = " 0.106 .0" }
14- cranelift-native = { version = " 0.106 .0" }
15- cranelift-jit = { version = " 0.106 .0" , optional = true }
16- cranelift-object = { version = " 0.106 .0" }
11+ cranelift-codegen = { version = " 0.107 .0" , default-features = false , features = [" std" , " unwind" , " all-arch" ] }
12+ cranelift-frontend = { version = " 0.107 .0" }
13+ cranelift-module = { version = " 0.107 .0" }
14+ cranelift-native = { version = " 0.107 .0" }
15+ cranelift-jit = { version = " 0.107 .0" , optional = true }
16+ cranelift-object = { version = " 0.107 .0" }
1717target-lexicon = " 0.12.0"
1818gimli = { version = " 0.28" , default-features = false , features = [" write" ]}
19- object = { version = " 0.32 " , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
19+ object = { version = " 0.33 " , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
2020
2121indexmap = " 2.0.0"
2222libloading = { version = " 0.8.0" , optional = true }
0 commit comments