From d4c178eebde7665249da7b342814e854de3cb430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:29:41 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 212e2f3..14864df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.20.2" anyhow = "1.0.95" cfg-if = "1.0.0" futures = "0.3.31" -syn = "2.0.95" +syn = "2.0.96" quote = "1.0.38" indoc = "2.0.5" derive_builder = "0.20.2" @@ -93,4 +93,4 @@ derive_builder = "0.20.2" [dev-dependencies] tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } -uuid = { version = "1.11.0", features = ["v7"] } +uuid = { version = "1.11.1", features = ["v7"] }