Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 7a454b4 commit 1395e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = { workspace = true }
enumcapsulate-macros = { version = "0.1.0", optional = true }

[dev-dependencies]
tryexpand = "0.7.0"
tryexpand = "0.8.0"

[features]
default = ["derive"]
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ version = { workspace = true }
proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.76", features = ["span-locations"] }
proc-macro2 = { version = "1.0.78", features = ["span-locations"] }
quote = "1.0.35"
syn = "2.0.48"
syn = "2.0.52"

0 comments on commit 1395e29

Please sign in to comment.