From e8d15dc13d1d4d75e554496a89455bd20ccc4a23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 13:31:22 +0000 Subject: [PATCH] fix(deps): update rust crate logos to 0.16.0 --- wop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wop/Cargo.toml b/wop/Cargo.toml index 3369b16..c64bbd4 100644 --- a/wop/Cargo.toml +++ b/wop/Cargo.toml @@ -11,5 +11,5 @@ categories = ["accessibility", "compilers", "encoding", "parser-implementations" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -logos = "0.12.1" +logos = "0.16.0" lrp = "0.1.0"