mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump paste from 1.0.11 to 1.0.12 (#1449)
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.11...1.0.12) --- 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
85f830b41a
commit
365cf891f4
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2894,7 +2894,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"libc",
|
||||
"libnss",
|
||||
"paste 1.0.11",
|
||||
"paste 1.0.12",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3183,9 +3183,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
version = "1.0.11"
|
||||
version = "1.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
||||
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
||||
|
||||
[[package]]
|
||||
name = "paste-impl"
|
||||
|
|
|
@ -100,7 +100,7 @@ num_enum = "^0.5.11"
|
|||
oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false }
|
||||
openssl-sys = "^0.9"
|
||||
openssl = "^0.10.45"
|
||||
paste = "^1.0.11"
|
||||
paste = "^1.0.12"
|
||||
pkg-config = "^0.3.26"
|
||||
proc-macro2 = "1.0.51"
|
||||
profiles = { path = "./libs/profiles" }
|
||||
|
|
Loading…
Reference in a new issue