Skip to content

Commit e0d4ea7

Browse files
dependabot[bot]teymour-aldridge
authored andcommitted
Bump indexmap from 2.5.0 to 2.6.0
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.5.0...2.6.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 c3735b2 commit e0d4ea7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ html5ever = "0.27"
1919
selectors = "0.25.0"
2020
tendril = "0.4.3"
2121
ahash = "0.8"
22-
indexmap = { version = "2.5.0", optional = true }
22+
indexmap = { version = "2.6.0", optional = true }
2323

2424
[dependencies.getopts]
2525
version = "0.2.21"

0 commit comments

Comments
 (0)