Next Generation WASM Microkernel Operating System

chore(deps): update rust crate proc-macro2 to v1.0.101 (#514)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
cb92c397 36df4653

+2 -2
+2 -2
Cargo.lock
··· 1447 1447 1448 1448 [[package]] 1449 1449 name = "proc-macro2" 1450 - version = "1.0.95" 1450 + version = "1.0.101" 1451 1451 source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1452 + checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1453 1453 dependencies = [ 1454 1454 "unicode-ident", 1455 1455 ]