diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-07-02 22:29:06 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-07-03 10:09:35 +0300 |
| commit | c7c314d462d1d252f73fceb261ed04ced08bd7c8 (patch) | |
| tree | f161611eab7f3af09d994318ee1a2195e0ac90fc | |
| parent | 416787d26d73c68298b05f041f96e761a596bedf (diff) | |
| download | rust-c7c314d462d1d252f73fceb261ed04ced08bd7c8.tar.gz rust-c7c314d462d1d252f73fceb261ed04ced08bd7c8.zip | |
Bump quote
| -rw-r--r-- | Cargo.lock | 8 | ||||
| -rw-r--r-- | crates/syntax/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 88825e99703..7d08bb1bdb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,9 +1184,9 @@ version = "0.0.0" [[package]] name = "proc-macro2" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" +checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" dependencies = [ "unicode-ident", ] @@ -1248,9 +1248,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" +checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" dependencies = [ "proc-macro2", ] diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 1d1ca66ee6c..66c9333e192 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -29,7 +29,7 @@ profile = { path = "../profile", version = "0.0.0" } rayon = "1.5.3" expect-test = "1.3.0" proc-macro2 = "1.0.39" -quote = "1.0.18" +quote = "1.0.20" ungrammar = "1.16.1" test-utils = { path = "../test-utils" } |
