Bump dependencies and move more shared dependencies into workspace (#3340)

This commit is contained in:
Jonathan Plasse 2023-03-04 18:36:26 +01:00 committed by GitHub
parent f13633cc9f
commit 8828e12283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 158 additions and 122 deletions

View file

@ -10,8 +10,8 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glob = "0.3.1"
glob = { workspace = true }
proc-macro-error = { version = "1.0.4", default-features = false }
proc-macro2 = "1.0.36"
quote = "1.0.14"
syn = "1.0.107"
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }