mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-22 00:43:54 +02:00
chore(deps): bump proc-macro2 from 1.0.59 to 1.0.60 (#1723)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.59 to 1.0.60. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.59...1.0.60) --- updated-dependencies: - dependency-name: proc-macro2 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
7d07dffc97
commit
9378ddb41b
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3481,9 +3481,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.59"
|
||||
version = "1.0.60"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
|
||||
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
|
|
@ -104,7 +104,7 @@ openssl-sys = "^0.9"
|
|||
openssl = "^0.10.54"
|
||||
paste = "^1.0.12"
|
||||
pkg-config = "^0.3.27"
|
||||
proc-macro2 = "1.0.58"
|
||||
proc-macro2 = "1.0.60"
|
||||
profiles = { path = "./libs/profiles" }
|
||||
qrcode = "^0.12.0"
|
||||
quote = "1"
|
||||
|
|
Loading…
Reference in a new issue