From a412fd6babd61171d6c0c1b066a465d1599b104a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:37:12 +0000 Subject: [PATCH] chore(deps): bump inkwell from 0.6.0 to 0.8.0 Bumps [inkwell](https://github.com/TheDan64/inkwell) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/TheDan64/inkwell/releases) - [Commits](https://github.com/TheDan64/inkwell/compare/0.6.0...0.8.0) --- updated-dependencies: - dependency-name: inkwell dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++++++++--------------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 944427c..ab806db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,12 +80,6 @@ dependencies = [ "owo-colors", ] -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - [[package]] name = "equivalent" version = "1.0.2" @@ -123,11 +117,10 @@ dependencies = [ [[package]] name = "inkwell" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e67349bd7578d4afebbe15eaa642a80b884e8623db74b1716611b131feb1deef" +checksum = "1def4112dfb2ce2993db7027f7acdb43c1f4ee1c70a082a2eef306ed5d0df365" dependencies = [ - "either", "inkwell_internals", "libc", "llvm-sys", @@ -137,9 +130,9 @@ dependencies = [ [[package]] name = "inkwell_internals" -version = "0.11.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f365c8de536236cfdebd0ba2130de22acefed18b1fb99c32783b3840aec5fb46" +checksum = "63736175c9a30ea123f7018de9f26163e0b39cd6978990ae486b510c4f3bad69" dependencies = [ "proc-macro2", "quote", @@ -357,18 +350,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8e2ab91..dea5d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ chumsky = "0.11.1" logos = "0.15.1" owo-colors = "4.2.3" -inkwell = { version = "0.6.0", features = ["llvm18-1"] } \ No newline at end of file +inkwell = { version = "0.8.0", features = ["llvm18-1"] } \ No newline at end of file