From bf49b5c0d5838d4c1e1fb98ce873cccbbe10e38d Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Fri, 27 Oct 2017 14:36:46 -0700 Subject: [PATCH] Fix lower bound of stack_trace The `when` parameter to `Chain.capture` is currently used, which was added in stack_trace 1.6.0. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2a8c34474..f3e561fba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: source_map_stack_trace: '^1.1.4' source_maps: '^0.10.2' source_span: '^1.4.0' - stack_trace: '^1.2.1' + stack_trace: '^1.6.0' stream_channel: '^1.6.0' string_scanner: '>=0.1.1 <2.0.0' term_glyph: '^1.0.0'