mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Update Rust crate syn to 1.0.73
This commit is contained in:
parent
4e392c58cc
commit
a35c47fdf6
2 changed files with 3 additions and 3 deletions
4
lofty-attr/Cargo.lock
generated
4
lofty-attr/Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
quote = "1.0.9"
|
||||
|
||||
[dependencies.syn]
|
||||
version = "1.0.72"
|
||||
version = "1.0.73"
|
||||
features = ["full"]
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue