mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump paste from 1.0.13 to 1.0.14 (#1864)
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.13...1.0.14) --- 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>
This commit is contained in:
parent
d9e9685030
commit
43246c76c6
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -3274,7 +3274,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"libc",
|
||||
"libnss",
|
||||
"paste 1.0.13",
|
||||
"paste 1.0.14",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3605,9 +3605,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
version = "1.0.13"
|
||||
version = "1.0.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
|
||||
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
||||
|
||||
[[package]]
|
||||
name = "paste-impl"
|
||||
|
|
|
@ -106,7 +106,7 @@ num_enum = "^0.5.11"
|
|||
oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false }
|
||||
openssl-sys = "^0.9"
|
||||
openssl = "^0.10.55"
|
||||
paste = "^1.0.12"
|
||||
paste = "^1.0.14"
|
||||
pkg-config = "^0.3.27"
|
||||
proc-macro2 = "1.0.66"
|
||||
profiles = { path = "./libs/profiles" }
|
||||
|
|
Loading…
Reference in a new issue