From 180a70d2cacde83d865c8e77c70eba6c6963bdea Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 7 Apr 2026 17:47:39 +0100 Subject: [PATCH] Update libloadorder to v18.7.0 Make it the minimum version to ensure that Starfield v1.16.236.0's and the Terran Armada DLC's new plugins are supported. --- 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 f39cd08c..f5268f39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,9 +576,9 @@ dependencies = [ [[package]] name = "libloadorder" -version = "18.6.0" +version = "18.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab729022a2cf10b7c1ce24139b230936ce81176f94b871ae8f867727f7fc68e1" +checksum = "bb413492bdb795dde55093be3568c63956169f99b8ed4afc953da41aac9f3e88" dependencies = [ "dirs", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 402b3f24..55689341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version.workspace = true [dependencies] crc32fast = "1" esplugin = "6.1" -libloadorder = "18.6" +libloadorder = "18.7" log = { version = "0.4.6", features = ["std"] } loot-condition-interpreter = "6" petgraph = ">= 0.6, < 0.9" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 998ae266..a01ca9eb 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -34,8 +34,8 @@ user-id = 55123 user-login = "rust-lang-owner" [[publisher.libloadorder]] -version = "18.6.0" -when = "2026-03-26" +version = "18.7.0" +when = "2026-04-07" trusted-publisher = "github:Ortham/libloadorder" [[publisher.loot-condition-interpreter]]