Update Rust crate syn to 1.0.73

This commit is contained in:
Renovate Bot 2021-06-12 04:13:09 +00:00
parent 4e392c58cc
commit a35c47fdf6
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

4
lofty-attr/Cargo.lock generated
View file

@ -30,9 +30,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.72"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
dependencies = [
"proc-macro2",
"quote",

View file

@ -11,7 +11,7 @@ edition = "2018"
quote = "1.0.9"
[dependencies.syn]
version = "1.0.72"
version = "1.0.73"
features = ["full"]
[lib]