update Cargo.lock

This commit is contained in:
Simon Gardling 2022-05-13 02:36:43 -04:00
parent f97b3ba2fe
commit ad494d633b

4
Cargo.lock generated
View File

@ -2132,9 +2132,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.93" version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2" checksum = "a07e33e919ebcd69113d5be0e4d70c5707004ff45188910106854f38b960df4a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",