From 7639eb75ec2d696f84ee37b157e9f8c5f1f284a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:01:54 +0000 Subject: [PATCH] Bump inkwell from `5378a77` to `e0aa2e5` Bumps [inkwell](https://github.com/TheDan64/inkwell) from `5378a77` to `e0aa2e5`. - [Release notes](https://github.com/TheDan64/inkwell/releases) - [Commits](https://github.com/TheDan64/inkwell/compare/5378a77fc7a14e8583709e4e21ab208f364aa37b...e0aa2e51a6cb501e4e2a889bbea12a1efab9c4ff) --- updated-dependencies: - dependency-name: inkwell dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 183cfd5..222aaf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,21 +524,21 @@ dependencies = [ [[package]] name = "inkwell" -version = "0.2.0" -source = "git+https://github.com/TheDan64/inkwell?branch=master#5378a77fc7a14e8583709e4e21ab208f364aa37b" +version = "0.4.0" +source = "git+https://github.com/TheDan64/inkwell?branch=master#e0aa2e51a6cb501e4e2a889bbea12a1efab9c4ff" dependencies = [ "either", "inkwell_internals", "libc", "llvm-sys", "once_cell", - "parking_lot", + "thiserror", ] [[package]] name = "inkwell_internals" -version = "0.8.0" -source = "git+https://github.com/TheDan64/inkwell?branch=master#5378a77fc7a14e8583709e4e21ab208f364aa37b" +version = "0.9.0" +source = "git+https://github.com/TheDan64/inkwell?branch=master#e0aa2e51a6cb501e4e2a889bbea12a1efab9c4ff" dependencies = [ "proc-macro2", "quote",