mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: update deps
This commit is contained in:
parent
a44b045c8f
commit
a76038297a
2 changed files with 3 additions and 3 deletions
|
|
@ -14,6 +14,6 @@ license.workspace = true
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.3"
|
||||
quote = "1.0.45"
|
||||
syn = { version = "^2", features = ["full"] }
|
||||
proc-macro2 = "1.0.78"
|
||||
proc-macro2 = "1.0.106"
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ futures = "0.3"
|
|||
|
||||
[dev-dependencies]
|
||||
rstest = "0.26.1"
|
||||
tokio = { version = "1.0", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.52", features = ["macros", "rt"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue