From 108bdddfaf10158da4b53bb8b793a56692a83ef5 Mon Sep 17 00:00:00 2001 From: Greg Lamberson Date: Sun, 19 Apr 2026 13:50:02 -0500 Subject: [PATCH] Bump toml from 0.8 to 0.9 The two call sites in tests/format_specimens.rs (both using toml::from_str) are stable across the 0.8 to 0.9 transition, so no source changes are required. Verified: cargo build cargo test (9 passed, 0 failed) cargo clippy --all-targets -- -D warnings cargo fmt --all --check All clean. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6104be2..aee4970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ seq_io = "0.3" # for testing with the FormatSpecimens.jl repo samples serde = "1.0" serde_derive = "1.0" -toml = "0.8" +toml = "0.9" [profile.release] lto = true