From 65c52a9524efdefaf74392df10aeeb9c8e72248f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:10:18 +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 04cd44d..5aa8f27 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"