Skip to content

Commit 814a86b

Browse files
build(deps): update pico-args requirement from 0.3 to 0.5 in /css-inline
Updates the requirements on [pico-args](https://github.com/RazrFalcon/pico-args) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/pico-args/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/pico-args@v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: pico-args dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f70d249 commit 814a86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ attohttpc = { version = "0", default-features = false, features = ["compress", "
2828
url = "2"
2929
smallvec = "1"
3030
indexmap = "1.9"
31-
pico-args = { version = "0.3", optional = true }
31+
pico-args = { version = "0.5", optional = true }
3232
rayon = { version = "1.7", optional = true }
3333
rustc-hash = "1.1.0"
3434
selectors = "0.24.0"

0 commit comments

Comments
 (0)