diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-23 17:34:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 17:34:15 +0000 |
commit | b9f02cf7730dae8c2bf2bcd0e2eeeae155178bb9 (patch) | |
tree | b1697083d821880b89e308a040e39737cb3e9aab | |
parent | 1165190c8ef87f912e0cbe85b11f36fe2910c2cb (diff) | |
download | servo-b9f02cf7730dae8c2bf2bcd0e2eeeae155178bb9.tar.gz servo-b9f02cf7730dae8c2bf2bcd0e2eeeae155178bb9.zip |
build(deps): bump quote from 1.0.36 to 1.0.37 (#33167)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.36...1.0.37)
---
updated-dependencies:
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index afdc9bbaf98..fb5a204dfde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5224,9 +5224,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] |