diff --git a/Cargo.lock b/Cargo.lock index 700e45f3..48783461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "inkwell" version = "0.4.0" -source = "git+https://github.com/TheDan64/inkwell?branch=master#5d5a531c765a6ad37aa6591c0287d0f9109fff62" +source = "git+https://github.com/TheDan64/inkwell?branch=master#6c0fb56b3554e939f9ca61b465043d6a84fb7b95" dependencies = [ "either", "inkwell_internals", @@ -333,7 +333,7 @@ dependencies = [ [[package]] name = "inkwell_internals" version = "0.9.0" -source = "git+https://github.com/TheDan64/inkwell?branch=master#5d5a531c765a6ad37aa6591c0287d0f9109fff62" +source = "git+https://github.com/TheDan64/inkwell?branch=master#6c0fb56b3554e939f9ca61b465043d6a84fb7b95" dependencies = [ "proc-macro2", "quote", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ]