Update DEPS (and analyzer) to latest package_config.

Once incremental analysis caching is enabled this will win us a 30% boost in analyzer CLI throughput. :)

BUG=
R=scheglov@google.com

Review URL: https://codereview.chromium.org/2048323003 .
This commit is contained in:
pq 2016-06-09 10:09:39 -07:00
parent 800a54354a
commit 253ef8c391
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -74,7 +74,7 @@ vars = {
"oauth2_tag": "@1.0.0",
"observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a",
"observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
"package_config_rev": "@0.1.3",
"package_config_rev": "@0.1.5",
"path_tag": "@1.3.6",
"plugin_tag": "@0.2.0",
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",

View file

@ -10,7 +10,7 @@ dependencies:
crypto: '>=1.1.1 <3.0.0'
glob: ^1.0.3
html: ^0.12.0
package_config: ^0.1.1
package_config: ^0.1.5
path: '>=0.9.0 <2.0.0'
plugin: ^0.2.0
watcher: '>=0.9.6 <0.10.0'