mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Upgrade aster: 0.9.0 -> 0.9.1
https://github.com/serde-rs/aster/compare/v0.9.0...v0.9.1
This commit is contained in:
parent
696776e4a8
commit
d1bf93b526
3 changed files with 9 additions and 9 deletions
6
components/servo/Cargo.lock
generated
6
components/servo/Cargo.lock
generated
|
@ -86,7 +86,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aster"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
@ -1430,7 +1430,7 @@ name = "quasi_codegen"
|
|||
version = "0.3.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1597,7 +1597,7 @@ name = "serde_codegen"
|
|||
version = "0.6.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_macros 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
6
ports/cef/Cargo.lock
generated
6
ports/cef/Cargo.lock
generated
|
@ -75,7 +75,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aster"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
@ -1355,7 +1355,7 @@ name = "quasi_codegen"
|
|||
version = "0.3.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1513,7 +1513,7 @@ name = "serde_codegen"
|
|||
version = "0.6.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_macros 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
6
ports/gonk/Cargo.lock
generated
6
ports/gonk/Cargo.lock
generated
|
@ -66,7 +66,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aster"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
@ -1331,7 +1331,7 @@ name = "quasi_codegen"
|
|||
version = "0.3.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1489,7 +1489,7 @@ name = "serde_codegen"
|
|||
version = "0.6.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_macros 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue