From a1fba4e458022e88e35ae6ff5804fb52531305de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:27:46 +0000 Subject: [PATCH] chore(deps): bump inkwell from 0.4.0 to 0.5.0 Bumps [inkwell](https://github.com/TheDan64/inkwell) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/TheDan64/inkwell/releases) - [Commits](https://github.com/TheDan64/inkwell/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: inkwell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9faaa2e8..8899fc08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,9 +96,9 @@ dependencies = [ [[package]] name = "inkwell" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b597a7b2cdf279aeef6d7149071e35e4bc87c2cf05a5b7f2d731300bffe587ea" +checksum = "40fb405537710d51f6bdbc8471365ddd4cd6d3a3c3ad6e0c8291691031ba94b2" dependencies = [ "either", "inkwell_internals", @@ -110,9 +110,9 @@ dependencies = [ [[package]] name = "inkwell_internals" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa4d8d74483041a882adaa9a29f633253a66dde85055f0495c121620ac484b2" +checksum = "9dd28cfd4cfba665d47d31c08a6ba637eed16770abca2eccbbc3ca831fef1e44" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6c0b1e6a..5c643e2a 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.4.0", features = ["llvm10-0"], optional = true } +inkwell = { version = "0.5.0", features = ["llvm10-0"], optional = true } qbe = "1.0.0" regex = "1.10.4" lazy_static = "1.4.0"