mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Merge pull request #141 from agbrs/renovate/proc-macro2-1.x
Update Rust crate proc-macro2 to 1.0.36
This commit is contained in:
commit
3e8a8cc8b4
4
agb-image-converter/Cargo.lock
generated
4
agb-image-converter/Cargo.lock
generated
|
@ -154,9 +154,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.28"
|
||||
version = "1.0.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
|
||||
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
||||
dependencies = [
|
||||
"unicode-xid",
|
||||
]
|
||||
|
|
|
@ -14,5 +14,5 @@ image = { version = "0.23.14", default-features = false, features = [ "png", "bm
|
|||
toml = "0.5.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
syn = "1.0.73"
|
||||
proc-macro2 = "1.0.27"
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.9"
|
4
agb-macros/Cargo.lock
generated
4
agb-macros/Cargo.lock
generated
|
@ -43,9 +43,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.29"
|
||||
version = "1.0.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
|
||||
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
||||
dependencies = [
|
||||
"unicode-xid",
|
||||
]
|
||||
|
|
|
@ -11,6 +11,6 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.73", features = ["full", "extra-traits"] }
|
||||
proc-macro2 = "1.0.27"
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.9"
|
||||
rand = "0.8.4"
|
4
agb-sound-converter/Cargo.lock
generated
4
agb-sound-converter/Cargo.lock
generated
|
@ -21,9 +21,9 @@ checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.32"
|
||||
version = "1.0.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
||||
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
||||
dependencies = [
|
||||
"unicode-xid",
|
||||
]
|
||||
|
|
|
@ -23,6 +23,6 @@ freq18157 = []
|
|||
[dependencies]
|
||||
hound = "3.4.0"
|
||||
syn = "1.0.73"
|
||||
proc-macro2 = "1.0.27"
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.9"
|
||||
siphasher = "0.3.7"
|
Loading…
Reference in a new issue