[vm_snapshot_analysis] bump dependency constraints

Flutter cannot update args dependency due to <2.0.0 constraint in package:vm_snapshot_analysis.

TEST=pkg-linux-release-try

Fixes #77856

Cq-Include-Trybots: luci.dart.try:pkg-linux-release-try
Change-Id: I93a057d023efe95a13a9a95d85b9405bf9de5ece
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/191988
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Kenzie Schmoll <kenzieschmoll@google.com>
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Commit-Queue: Jonah Williams <jonahwilliams@google.com>
This commit is contained in:
jonahwilliams
2021-03-18 21:18:53 +00:00
committed by commit-bot@chromium.org
parent ef7a1cb60f
commit 48e952470a
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.6.0
- Update to latest args, path, meta dependency.
## 0.5.6
- Fix for flutter/flutter#76313 causing issues with profiles containing
WSRs serialized as smi-s instead of actual WSR objects.=
+6 -6
View File
@@ -1,6 +1,6 @@
name: vm_snapshot_analysis
description: Utilities for analysing AOT snapshot size.
version: 0.5.6
version: 0.6.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
@@ -11,10 +11,10 @@ executables:
snapshot_analysis: analyse
dependencies:
args: ^1.6.0
path: ^1.7.0
meta: ^1.1.8
args: ^2.0.0
path: ^1.8.0
meta: ^1.3.0
dev_dependencies:
pedantic: ^1.9.0
test: ^1.15.1
pedantic: ^1.11.0
test: ^1.16.8