From 0671794722f06557c5273a045203efddb7b411b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:51:47 +0000 Subject: [PATCH] chore(deps): bump inkwell from 0.1.0 to 0.1.1 Bumps [inkwell](https://github.com/TheDan64/inkwell) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/TheDan64/inkwell/releases) - [Changelog](https://github.com/TheDan64/inkwell/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheDan64/inkwell/commits) --- updated-dependencies: - dependency-name: inkwell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85485d0..dc7caf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "inkwell" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6572fb91d5e09a2a40c99721bdf94ed554a74b09db684276cb1bba39e844da4" +checksum = "bbac11e485159a525867fb7e6aa61981453e6a72f625fde6a4ab3047b0c6dec9" dependencies = [ "either", "inkwell_internals", diff --git a/Cargo.toml b/Cargo.toml index 230b90d..65b2211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ llvm = ["inkwell"] [dependencies] structopt = "0.3.26" rust-embed = "5.7.0" -inkwell = { version = "0.1.0", features = ["llvm10-0"], optional = true } +inkwell = { version = "0.1.1", features = ["llvm10-0"], optional = true } qbe = "1.0.0" regex = "1.7.1" lazy_static = "1.4.0"