Auto merge of #28380 - Eijebong:its-been-a-while-since-my-last-bump, r=emilio

Bump selectors

Releasing this will help updating dependencies in crates that depend on
selectors.
This commit is contained in:
bors-servo 2021-04-22 06:52:16 -04:00 committed by GitHub
commit a9960c2f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -5320,7 +5320,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"bitflags",
"cssparser",

View file

@ -1,6 +1,6 @@
[package]
name = "selectors"
version = "0.22.0"
version = "0.23.0"
authors = ["The Servo Project Developers"]
documentation = "https://docs.rs/selectors/"
description = "CSS Selectors matching for Rust"