From 7015db62111aecae96949859d789dfd87a45f063 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 21 Jan 2026 17:55:09 +0000 Subject: [PATCH] Update loot-condition-interpreter to v6.0.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- supply-chain/imports.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd1116a8..98b26db7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,9 +680,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "loot-condition-interpreter" -version = "5.4.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b56d48ce8c6249efb16d2bf91a3c959dc57eeeff906116547c0af8c86bb953" +checksum = "658c7e8070b5d723294fed720100537640ea9fc467a2b9e15a4b58a50a2cd960" dependencies = [ "crc32fast", "esplugin", diff --git a/Cargo.toml b/Cargo.toml index ebb125ec..d4cd2ca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crc32fast = "1" esplugin = "6.1" libloadorder = "18.5" log = { version = "0.4.6", features = ["std"] } -loot-condition-interpreter = "5" +loot-condition-interpreter = ">= 5, < 7" petgraph = ">= 0.6, < 0.9" rayon = "1" regress = ">= 0.2.0, < 0.11" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 5a22fdb9..294a7421 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -39,8 +39,8 @@ when = "2025-09-29" trusted-publisher = "github:Ortham/libloadorder" [[publisher.loot-condition-interpreter]] -version = "5.4.0" -when = "2026-01-01" +version = "6.0.0" +when = "2026-01-21" trusted-publisher = "github:loot/loot-condition-interpreter" [[publisher.unicode-segmentation]]