Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Dec 16, 2023
1 parent ba49df4 commit f6ce6c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions type-safe-builder-code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0.26"
syn = "2.0.15"
proc-macro2 = "1.0.56"
quote = "1.0.33"
syn = "2.0.41"
proc-macro2 = "1.0.70"
2 changes: 1 addition & 1 deletion type-safe-builder-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
type-safe-builder-code = { path = "../type-safe-builder-code" }
[dev-dependencies]
trybuild = "1.0.80"
trybuild = "1.0.85"

[lib]
proc-macro = true

0 comments on commit f6ce6c3

Please sign in to comment.