[deps] revert the recent roll of package:csslib

Change-Id: Ifa857de259f8ee4750bcdfa8c63f5c9a72322d1a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281341
Reviewed-by: Oleh Prypin <oprypin@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Oleh Prypin <oprypin@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2023-02-07 17:25:13 +00:00 committed by Commit Queue
parent a242875197
commit 145b6c4a8c

2
DEPS
View file

@ -123,7 +123,7 @@ vars = {
"collection_rev": "0d0e184a5f70ca4e23dab23df686127ec40bfb11",
"convert_rev": "83886e3fd895211a98e49b7595a92796fa216641",
"crypto_rev": "03eb2c9098069a7816bbace581dc2d6e196c63ca",
"csslib_rev": "e6c83089e83dd0320dc560c33a73ff66a80e51fe",
"csslib_rev": "f33d63211f77e2a895b90bcf22508ab7a0af4466", # b/268132431
# 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: