From 79e1c047aaf22f9e50c4ce0318d0d44b656e42a7 Mon Sep 17 00:00:00 2001 From: Adrian Palacios Date: Tue, 10 Dec 2024 17:53:55 -0500 Subject: [PATCH] Update `logos` to v0.15.0 in `cedar-drt-inner` Signed-off-by: Adrian Palacios --- cedar-drt/fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedar-drt/fuzz/Cargo.toml b/cedar-drt/fuzz/Cargo.toml index cf0c5d70..e54ba01c 100644 --- a/cedar-drt/fuzz/Cargo.toml +++ b/cedar-drt/fuzz/Cargo.toml @@ -29,7 +29,7 @@ clap = { version = "4.0", features = ["derive"], optional = true } rand_chacha = { version = "0.3", optional = true } similar-asserts = "1.5.0" thiserror = "2.0" -logos = "0.14.0" +logos = "0.15.0" prost = "0.13" itertools = "0.13.0"