Roll pub to the latest version.
BUG=
R=nweiz@google.com
Review-Url: https://codereview.chromium.org/2659083002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b59769d..45e8aee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -71,6 +71,11 @@
* Make `pub run` run executables in spawned isolates. This lets them handle
signals and use standard IO reliably.
+ * Fix source-maps produced by dart2js when running in `pub serve`: URL
+ references to assets from packages match the location where `pub serve`
+ serves them (`packages/package_name/` instead of
+ `../packages/package_name/`).
+
### Infrastructure changes
* The SDK now uses GN rather than gyp to generate its build files, which will
diff --git a/DEPS b/DEPS
index a9c1ea3..bdfb97e 100644
--- a/DEPS
+++ b/DEPS
@@ -92,7 +92,7 @@
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "@1.2.4",
"protobuf_tag": "@0.5.3",
- "pub_rev": "@9000daf329445d06e2404d4bb9020cf742b7308a",
+ "pub_rev": "@53327f4a7ca2ddd20a40f6a94db61ac136371b03",
"pub_semver_tag": "@1.3.0",
"quiver_tag": "@0.22.0",
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",