Skip to content

Commit

Permalink
chore: Bump syn from 2.0.87 to 2.0.89 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent f1324ea commit 60cd6a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.20.10" }
proc-macro2 = { default-features = false, version = "1.0.91" }
quote = { default-features = false, version = "1.0.37" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.87", features = ["full", "fold"] }
syn = { default-features = false, version = "2.0.89", features = ["full", "fold"] }

[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features = ["derive"] }
Expand Down

0 comments on commit 60cd6a5

Please sign in to comment.