From b2d1aaae626f721732413470d4b9822f2c40edae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:30:22 +0000 Subject: [PATCH] build(deps): update cssparser requirement in /css-inline Updates the requirements on [cssparser](https://github.com/servo/rust-cssparser) to permit the latest version. - [Commits](https://github.com/servo/rust-cssparser/commits) --- updated-dependencies: - dependency-name: cssparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- css-inline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 93e7072b..46428f3d 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -28,7 +28,7 @@ http = ["attohttpc"] file = [] [dependencies] -cssparser = "0.31.2" +cssparser = "0.33.0" html5ever = "0.26.0" attohttpc = { version = "0.24", default-features = false, features = [ "compress",