mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump pkg-config from 0.3.25 to 0.3.26 (#1156)
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.25 to 0.3.26. - [Release notes](https://github.com/rust-lang/pkg-config-rs/releases) - [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.25...0.3.26) --- updated-dependencies: - dependency-name: pkg-config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
01037afccb
commit
624ec2c327
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3120,9 +3120,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|||
|
||||
[[package]]
|
||||
name = "pkg-config"
|
||||
version = "0.3.25"
|
||||
version = "0.3.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
||||
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
||||
|
||||
[[package]]
|
||||
name = "plotters"
|
||||
|
|
|
@ -93,7 +93,7 @@ num_enum = "^0.5.7"
|
|||
oauth2_ext = { version = "^4.1.0", package = "oauth2" }
|
||||
openssl = "^0.10.41"
|
||||
paste = "^1.0.9"
|
||||
pkg-config = "^0.3.25"
|
||||
pkg-config = "^0.3.26"
|
||||
proc-macro2 = "1.0.7"
|
||||
profiles = { path = "./profiles" }
|
||||
qrcode = "^0.12.0"
|
||||
|
|
Loading…
Reference in a new issue