mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Cargo: upgrade dependencies
This commit is contained in:
@@ -8,10 +8,10 @@ license = "MIT"
|
||||
[dependencies]
|
||||
ungrammar = "1.16.1"
|
||||
proc-macro2 = "1.0.101"
|
||||
quote = "1.0.40"
|
||||
quote = "1.0.41"
|
||||
either = "1.15.0"
|
||||
stdx = {package = "ra_ap_stdx", version = "0.0.301"}
|
||||
itertools = "0.14.0"
|
||||
mustache = "0.9.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
anyhow = "1.0.99"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
anyhow = "1.0.100"
|
||||
|
||||
Reference in New Issue
Block a user