Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Sep 12, 2024
1 parent aaf0245 commit 1d852e4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
27 changes: 17 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.86"
quote = "1.0.36"
quote = "1.0.37"
# corresponds to https://github.com/serde-rs/serde/pull/2765
serde_derive_implementation = { git = "https://github.com/vic1707/serde.git", branch = "test-derive-impl-externalization", package = "serde_derive_implementation" }
syn = { version = "2.0.70", features = ["full"] }
syn = { version = "2.0.77", features = ["full"] }

[dev-dependencies]
serde = "1.0.204"
# serde_derive = "1.0.204" # used by `generate_diff.sh` script
serde_json = "1.0.120"
serde = "1.0.210"
# serde_derive = "1.0.210" # used by `generate_diff.sh` script
serde_json = "1.0.128"

0 comments on commit 1d852e4

Please sign in to comment.