From 67cdf95308963d4e3ef02dcf0d0e659ea40bba1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:52:12 +0000 Subject: [PATCH] Bump inkwell from `5378a77` to `0b13d10` Bumps [inkwell](https://github.com/TheDan64/inkwell) from `5378a77` to `0b13d10`. - [Release notes](https://github.com/TheDan64/inkwell/releases) - [Commits](https://github.com/TheDan64/inkwell/compare/5378a77fc7a14e8583709e4e21ab208f364aa37b...0b13d1030d0dd515079c1f3c7c17d6d1f69a064c) --- updated-dependencies: - dependency-name: inkwell dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 183cfd5..0985e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,20 +525,20 @@ dependencies = [ [[package]] name = "inkwell" version = "0.2.0" -source = "git+https://github.com/TheDan64/inkwell?branch=master#5378a77fc7a14e8583709e4e21ab208f364aa37b" +source = "git+https://github.com/TheDan64/inkwell?branch=master#0b13d1030d0dd515079c1f3c7c17d6d1f69a064c" 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" +source = "git+https://github.com/TheDan64/inkwell?branch=master#0b13d1030d0dd515079c1f3c7c17d6d1f69a064c" dependencies = [ "proc-macro2", "quote",