Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Dec 10, 2024
1 parent 4ab8954 commit d513acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quork-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
heck = { version = "0.4.1", features = ["unicode"] }
heck = { version = "0.5" }
proc-macro-crate = "3.1"
proc-macro-error2 = "2.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }

[dev-dependencies]
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }

0 comments on commit d513acf

Please sign in to comment.