Bump paste from 1.0.9 to 1.0.11 (#1279)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-19 19:54:48 +10:00 committed by GitHub
parent 4925c9860a
commit 4a6d645bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -2871,7 +2871,7 @@ dependencies = [
"lazy_static",
"libc",
"libnss",
"paste 1.0.9",
"paste 1.0.11",
]
[[package]]
@ -3160,9 +3160,9 @@ dependencies = [
[[package]]
name = "paste"
version = "1.0.9"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
[[package]]
name = "paste-impl"

View file

@ -100,7 +100,7 @@ num_enum = "^0.5.7"
oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false }
openssl-sys = "^0.9"
openssl = "^0.10.44"
paste = "^1.0.9"
paste = "^1.0.11"
pkg-config = "^0.3.26"
proc-macro2 = "1.0.49"
profiles = { path = "./profiles" }