mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump pkg-config from 0.3.26 to 0.3.27 (#1610)
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.26 to 0.3.27. - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.26...0.3.27) --- updated-dependencies: - dependency-name: pkg-config 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
c45fd5325b
commit
a9e585f9c8
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3264,9 +3264,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pkg-config"
|
||||
version = "0.3.26"
|
||||
version = "0.3.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
||||
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
||||
|
||||
[[package]]
|
||||
name = "plotters"
|
||||
|
|
|
@ -102,7 +102,7 @@ oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false
|
|||
openssl-sys = "^0.9"
|
||||
openssl = "^0.10.52"
|
||||
paste = "^1.0.12"
|
||||
pkg-config = "^0.3.26"
|
||||
pkg-config = "^0.3.27"
|
||||
proc-macro2 = "1.0.56"
|
||||
profiles = { path = "./libs/profiles" }
|
||||
qrcode = "^0.12.0"
|
||||
|
|
Loading…
Reference in a new issue