Cargo: run upgrade

This commit is contained in:
Paolo Tranquilli
2025-06-20 17:34:23 +02:00
parent 2c14f273ed
commit ce29d8a59a
5 changed files with 677 additions and 302 deletions

View File

@@ -7,11 +7,11 @@ license = "MIT"
# When updating these dependencies, run `rust/update_cargo_deps.sh`
[dependencies]
ungrammar = "1.16.1"
proc-macro2 = "1.0.94"
proc-macro2 = "1.0.95"
quote = "1.0.40"
either = "1.15.0"
stdx = {package = "ra_ap_stdx", version = "0.0.273"}
stdx = {package = "ra_ap_stdx", version = "0.0.288"}
itertools = "0.14.0"
mustache = "0.9.0"
serde = { version = "1.0.219", features = ["derive"] }
anyhow = "1.0.97"
anyhow = "1.0.98"