Bump cargo_metadata

This commit is contained in:
Laurențiu Nicola 2023-11-15 21:18:49 +02:00
parent 2814d646cb
commit 3ed27d21f2
5 changed files with 9 additions and 8 deletions

View file

@ -12,13 +12,13 @@ rust-version.workspace = true
doctest = false
[dependencies]
tracing.workspace = true
rustc-hash = "1.1.0"
cargo_metadata = "0.15.0"
semver = "1.0.14"
anyhow.workspace = true
cargo_metadata.workspace = true
rustc-hash = "1.1.0"
semver = "1.0.14"
serde_json.workspace = true
serde.workspace = true
tracing.workspace = true
triomphe.workspace = true
la-arena.workspace = true
itertools.workspace = true