mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-18 15:03:54 +02:00
maint: updating proc-macro2
This commit is contained in:
parent
0a38fcd812
commit
170576fa88
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4508,9 +4508,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.94"
|
version = "1.0.95"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
|
|
|
@ -234,7 +234,7 @@ tracing-core = "0.1.33"
|
||||||
peg = "0.8"
|
peg = "0.8"
|
||||||
pkg-config = "^0.3.31"
|
pkg-config = "^0.3.31"
|
||||||
prctl = "1.0.0"
|
prctl = "1.0.0"
|
||||||
proc-macro2 = "1.0.93"
|
proc-macro2 = "1.0.95"
|
||||||
qrcode = "^0.12.0"
|
qrcode = "^0.12.0"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
rand = "0.9.1"
|
rand = "0.9.1"
|
||||||
|
|
Loading…
Reference in a new issue