Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 14, 2024
1 parent 278be5a commit ebbc79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ exclude = ["/.github/*", "/tests/*"]
proc-macro = true

[dependencies]
heck = "0.4"
heck = "0.5"
proc-macro2 = "1.0"
proc-macro-error = "1.0"
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
quick-xml = { version = "0.31", features = ["serialize"] }
quick-xml = { version = "0.36", features = ["serialize"] }
syn = "2.0"
deluxe = "0.5"

[dev-dependencies]
gio = "0.19"
gio = "0.20"
serial_test = "3.0"

0 comments on commit ebbc79e

Please sign in to comment.