Compare commits
2 commits
009d92c643
...
158f88fd49
Author | SHA1 | Date | |
---|---|---|---|
158f88fd49 | |||
0a52f19cde |
2 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
|||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { version = "1.0.117" }
|
||||
serde_json = { version = "1.0.119" }
|
||||
|
||||
|
|
|
@ -9,5 +9,5 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "2.0.67", features = ["full", "fold"] }
|
||||
syn = { version = "2.0.68", features = ["full", "fold"] }
|
||||
quote = "1.0.36"
|
Loading…
Reference in a new issue