Skip to content

Commit e9558bc

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update lru requirement from 0.15.0 to 0.16.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.15.0...0.16.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36d2374 commit e9558bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stylesheet-cache = ["lru"]
3232
cssparser = "0.35.0"
3333
html5ever = "0.35.0"
3434
indexmap = "2.1"
35-
lru = { version = "0.15.0", optional = true }
35+
lru = { version = "0.16.0", optional = true }
3636
precomputed-hash = "0.1.1"
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)