From b920d3865ffe786e7879d8026f5415056f7fd59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:53:54 +0000 Subject: [PATCH] chore(deps): update rust crate bilrost-derive to 0.1014.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a43b1d..6fcbd51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tracing = "0.1" serde = { version = "1", features = ["derive"] } serde_json = "1" bilrost = "0.1010.2" -bilrost-derive = "0.1010.2" +bilrost-derive = "0.1014.0" # Hashing sha2 = "0.10"