mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump proc-macro2 from 1.0.54 to 1.0.56
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.54 to 1.0.56. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.54...1.0.56) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fa905a60d5
commit
a7b649d82c
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3421,9 +3421,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.54"
|
||||
version = "1.0.56"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
|
||||
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
|
|
@ -102,7 +102,7 @@ openssl-sys = "^0.9"
|
|||
openssl = "^0.10.48"
|
||||
paste = "^1.0.12"
|
||||
pkg-config = "^0.3.26"
|
||||
proc-macro2 = "1.0.54"
|
||||
proc-macro2 = "1.0.56"
|
||||
profiles = { path = "./libs/profiles" }
|
||||
qrcode = "^0.12.0"
|
||||
quote = "1"
|
||||
|
|
Loading…
Reference in a new issue