Skip to content

Commit a46ec6e

Browse files
Bump indexmap from 2.7.1 to 2.8.0
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.1 to 2.8.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.1...2.8.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4a9eaf commit a46ec6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616
cssparser = "0.34.0"
1717
ego-tree = "0.10.0"
1818
html5ever = "0.29.0"
19-
indexmap = { version = "2.7.1", optional = true }
19+
indexmap = { version = "2.8.0", optional = true }
2020
precomputed-hash = "0.1.1"
2121
selectors = "0.26.0"
2222
serde = { version = "1.0.218", optional = true }

0 commit comments

Comments
 (0)