mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
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:
parent
4507bcd60c
commit
59b165ec43
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue