Skip to content

Commit

Permalink
update syn and darling for multipart derives
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 20, 2023
1 parent 161370d commit e929a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions actix-multipart-derive/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Update `syn` dependency to `2`.
- Minimum supported Rust version (MSRV) is now 1.65 due to transitive `time` dependency.

## 0.6.0 - 2023-02-26
Expand Down
4 changes: 2 additions & 2 deletions actix-multipart-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ all-features = true
proc-macro = true

[dependencies]
darling = "0.14"
darling = "0.20.3"
parse-size = "1"
proc-macro2 = "1"
quote = "1"
syn = "1"
syn = "2"

[dev-dependencies]
actix-multipart = "0.6"
Expand Down

0 comments on commit e929a8b

Please sign in to comment.