diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-08-05 14:02:54 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-08-05 14:02:54 +0200 |
| commit | 5afffb823c3e8af9b77c877af78cf3753d1e7072 (patch) | |
| tree | 2e43afa29618f36504207fdd829754a8dfcf7aba | |
| parent | da09c576e795c33623b84c74db5382395b030e11 (diff) | |
| download | rust-5afffb823c3e8af9b77c877af78cf3753d1e7072.tar.gz rust-5afffb823c3e8af9b77c877af78cf3753d1e7072.zip | |
Update syn
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index a64183ab6d0..8e5f6c0f017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,9 +363,9 @@ checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f" [[package]] name = "syn" -version = "1.0.36" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cdb98bcb1f9d81d07b536179c269ea15999b5d14ea958196413869445bb5250" +checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4" dependencies = [ "proc-macro2", "quote", |
