Bump csslib to 45264a876d090f441d2bdacc1bb30afa52a0b8ec

Changes:
```
> git log --format="%C(auto) %h %s" f33d632..45264a8
 https://dart.googlesource.com/csslib.git/+/45264a8 fixed a regression parsing declaration values containing spaces (172)
 https://dart.googlesource.com/csslib.git/+/e6c8308 fix the reported span for expressions (167)
 https://dart.googlesource.com/csslib.git/+/a190358 add a repro for 136 (160)
 https://dart.googlesource.com/csslib.git/+/fa3e221 correct the logic in isPredefinedName (166)

```

Diff: https://dart.googlesource.com/csslib.git/+/f33d63211f77e2a895b90bcf22508ab7a0af4466..45264a876d090f441d2bdacc1bb30afa52a0b8ec/
Change-Id: I0e9e27f7f096c88c60309d389e20090c64add4fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282041
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2023-02-09 18:37:33 +00:00 committed by Commit Queue
parent 87d1806055
commit 403d5c93c3

2
DEPS
View file

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