mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump paste from 1.0.8 to 1.0.9
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.8...1.0.9) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
59708b0dc1
commit
b3abb128d7
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2608,7 +2608,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"libc",
|
||||
"libnss",
|
||||
"paste 1.0.8",
|
||||
"paste 1.0.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2868,9 +2868,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
version = "1.0.8"
|
||||
version = "1.0.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
|
||||
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
||||
|
||||
[[package]]
|
||||
name = "paste-impl"
|
||||
|
|
|
@ -14,6 +14,6 @@ path = "src/lib.rs"
|
|||
kanidm_unix_int = { path = "../" }
|
||||
libnss = "^0.4.0"
|
||||
libc = "^0.2.127"
|
||||
paste = "^1.0.8"
|
||||
paste = "^1.0.9"
|
||||
lazy_static = "^1.4.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue