Bug 1590060 - Update unicode-xid in peek-poke-derive. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D49893

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2019-10-21 13:04:54 +00:00
Родитель e1a7b2036e
Коммит 54404e676b
3 изменённых файлов: 8 добавлений и 8 удалений

6
Cargo.lock сгенерированный
Просмотреть файл

@ -2146,18 +2146,18 @@ name = "peek-poke"
version = "0.2.0"
dependencies = [
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"peek-poke-derive 0.2.0",
"peek-poke-derive 0.2.1",
]
[[package]]
name = "peek-poke-derive"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

6
gfx/wr/Cargo.lock сгенерированный
Просмотреть файл

@ -1053,18 +1053,18 @@ name = "peek-poke"
version = "0.2.0"
dependencies = [
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"peek-poke-derive 0.2.0",
"peek-poke-derive 0.2.1",
]
[[package]]
name = "peek-poke-derive"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "peek-poke-derive"
version = "0.2.0"
version = "0.2.1"
authors = ["Dan Glastonbury <dan.glastonbury@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
@ -14,4 +14,4 @@ proc-macro2 = "1"
quote = "1"
syn = "1"
synstructure = "0.12"
unicode-xid = "0.1"
unicode-xid = "0.2"