Skip to content

Commit

Permalink
build: upgrade multiple dependencies to latest compatible versions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr authored Apr 22, 2023
1 parent 31be295 commit 23570cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = ["impl"]
[dependencies]
clap = { version = "4.2.4", features = ["derive"] }
fncmd-impl = { path = "impl", version = "=2.0.1" }
once_cell = "1.9.0"
once_cell = "1.17.1"

[dev-dependencies]
trycmd = { version = "0.14.16", features = ["examples"] }
8 changes: 4 additions & 4 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ proc-macro = true

[dependencies]
cargo_metadata = "0.15.4"
darling = "0.13.0"
darling = "0.13.4"
once_cell = "1.17.1"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.32"
quote = "1.0.10"
syn = { version = "1.0.81", features = ["full", "extra-traits", "visit"] }
proc-macro2 = "1.0.56"
quote = "1.0.26"
syn = { version = "1.0.109", features = ["full", "extra-traits", "visit"] }

0 comments on commit 23570cb

Please sign in to comment.