Skip to content

Commit

Permalink
Update codegen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 4, 2024
1 parent 88e36ff commit 9f80a58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions gen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ anyhow = "1.0.86"
heck = "0.5.0"
proc-macro2 = { version = "1.0.86", default-features = false }
quick-xml = { version = "0.36.1", features = ["serialize", "overlapped-lists"] }
quote = { version = "1.0.36", default-features = false }
serde = { version = "1.0.207", features = ["derive"] }
quote = { version = "1.0.37", default-features = false }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 comments on commit 9f80a58

Please sign in to comment.