Bump paste from 1.0.7 to 1.0.8 (#975)

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

---
updated-dependencies:
- dependency-name: paste
  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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
dependabot[bot] 2022-08-08 09:06:45 +10:00 committed by GitHub
parent 4507bcd60c
commit 59b165ec43
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

@ -2516,7 +2516,7 @@ dependencies = [
"lazy_static",
"libc",
"libnss",
"paste 1.0.7",
"paste 1.0.8",
]
[[package]]
@ -2776,9 +2776,9 @@ dependencies = [
[[package]]
name = "paste"
version = "1.0.7"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
[[package]]
name = "paste-impl"

View file

@ -14,6 +14,6 @@ path = "src/lib.rs"
kanidm_unix_int = { path = "../" }
libnss = "^0.4.0"
libc = "^0.2.126"
paste = "^1.0.7"
paste = "^1.0.8"
lazy_static = "^1.4.0"