Skip to content

Commit fe6f38e

Browse files
build(deps): update lru requirement from 0.12.3 to 0.13.0 in /css-inline
Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.3...0.13.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c399b45 commit fe6f38e

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
@@ -32,7 +32,7 @@ stylesheet-cache = ["lru"]
3232
cssparser = "0.31.2"
3333
html5ever = "0.27.0"
3434
indexmap = "2.1"
35-
lru = { version = "0.12.3", optional = true }
35+
lru = { version = "0.13.0", optional = true }
3636
pico-args = { version = "0.3", optional = true }
3737
rayon = { version = "1.10", optional = true }
3838
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }

0 commit comments

Comments
 (0)