Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: pubspec.yaml

Issue 1902993003: Upgrade pub to work with crypto 1.0.0 or later. (Closed) Base URL: https://github.com/dart-lang/pub.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index aedae656e3fbc91cba423b4fcefc33d73d03487c..e49c490945af44b2f27fc92aed5395e629b7b2cf 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -10,7 +10,8 @@ dependencies:
args: "^0.13.0"
barback: "^0.15.2"
compiler_unsupported: "^1.13.0-dev"
- crypto: "^0.9.0"
+ convert: "^1.0.0"
+ crypto: "^1.0.0"
glob: "^1.0.0"
http: "^0.11.0"
http_multi_server: ">=1.0.0 <3.0.0"

Powered by Google App Engine
This is Rietveld 408576698