From 99da59e216a5de0bfee83a0a519aaa87641218d5 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Tue, 23 Apr 2024 13:03:25 -0500 Subject: [PATCH] Update Dart SDK to c11d54ec31f06fec07ef8f5d7fd7809546aac9f1 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 399a4197c3537..97852b4f7a042 100644 --- a/DEPS +++ b/DEPS @@ -62,7 +62,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '58b6ebc2c0b637c9c41c6b7fd35a380aa4f856e3', + 'dart_revision': 'c11d54ec31f06fec07ef8f5d7fd7809546aac9f1', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py