Bump paste from 0.1.6 to 0.1.18

Bumps [paste](https://github.com/dtolnay/paste) from 0.1.6 to 0.1.18.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](https://github.com/dtolnay/paste/compare/0.1.6...0.1.18)

---
updated-dependencies:
- dependency-name: paste
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-01 16:13:32 +00:00 committed by GitHub
parent 0a22732953
commit 246a4463b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Cargo.lock generated
View file

@ -4463,9 +4463,9 @@ dependencies = [
[[package]]
name = "paste"
version = "0.1.6"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
dependencies = [
"paste-impl",
"proc-macro-hack",
@ -4473,14 +4473,11 @@ dependencies = [
[[package]]
name = "paste-impl"
version = "0.1.6"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]