[deps] revert the recent package:csslib roll

Change-Id: I72ee802a53c57d5f44c8bcb31e1573379cff9863
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302449
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Devon Carew 2023-05-10 19:34:49 +00:00 committed by Commit Queue
parent cb0eb28cba
commit 44afc0ea19

2
DEPS
View file

@ -121,7 +121,7 @@ vars = {
"collection_rev": "6abff472ff09a0e4f9e9e386642bdcb674af15f4",
"convert_rev": "b652c00afc0adfd55193053417d16c5f637203ad",
"crypto_rev": "4e9dde199bbf591db5154ba85ba0168a92968ea1",
"csslib_rev": "c4e904c4249ca676b2e350f3ea5c046ec3f000ab",
"csslib_rev": "923edf0030be22bc13f456f9fe6a63e4e19dd2bb", # b/281862233
# Note: Updates to dart_style have to be coordinated with the infrastructure
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
# matches the version here. Please follow this process to make updates: