Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent b4ae427 commit d4c178e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"] }

0 comments on commit d4c178e

Please sign in to comment.