Compare commits
4 commits
b6ec4705f8
...
fe306bfa68
Author | SHA1 | Date | |
---|---|---|---|
fe306bfa68 | |||
0b18bfda5c | |||
08b1c4ed5f | |||
51a9d458fc |
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ anyhow = { version = "1.0.72", features = ["backtrace"] }
|
||||||
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
||||||
|
|
||||||
# networking
|
# networking
|
||||||
serde = { version = "1.0.176", features = ["derive"] }
|
serde = { version = "1.0.177", features = ["derive"] }
|
||||||
|
|
|
@ -9,5 +9,5 @@ proc-macro = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "2.0.26", features = ["full", "fold"] }
|
syn = { version = "2.0.27", features = ["full", "fold"] }
|
||||||
quote = "1.0.32"
|
quote = "1.0.32"
|
Loading…
Reference in a new issue