Skip to content

Commit

Permalink
chore: update darling to avoid clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arriqaaq committed Jun 18, 2024
1 parent df1dd88 commit 80fad4e
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 @@ -22,7 +22,7 @@ default = []
[dependencies]
bincode = "1.3.3"
chrono = { version = "0.4.26", features = ["serde"], optional = true }
derive = { version = "0.7.0", package = "revision-derive", path = "derive" }
derive = { version = "0.7.1", package = "revision-derive", path = "derive" }
geo = { version = "0.26.0", features = ["use-serde"], optional = true }
ordered-float = { version = "3", optional = true }
regex = { version = "1.9.3", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "revision-derive"
publish = true
edition = "2021"
version = "0.7.0"
version = "0.7.1"
license = "Apache-2.0"
readme = "README.md"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]
Expand All @@ -17,7 +17,7 @@ categories = ["encoding"]
proc-macro = true

[dependencies]
darling = "0.20.3"
darling = "0.20.9"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.66"
quote = "1.0.32"
Expand Down

0 comments on commit 80fad4e

Please sign in to comment.