From 82742185efd482abbb726cb7a666b946e04b7f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 05:48:38 +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"