Skip to content

Commit 809d4d3

Browse files
build(deps): bump indexmap from 1.7.0 to 1.8.0 (#1433)
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.rst) - [Commits](indexmap-rs/indexmap@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 526c0df commit 809d4d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,9 @@ dependencies = [
599599

600600
[[package]]
601601
name = "indexmap"
602-
version = "1.7.0"
602+
version = "1.8.0"
603603
source = "registry+https://github.com/rust-lang/crates.io-index"
604-
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
604+
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
605605
dependencies = [
606606
"autocfg",
607607
"hashbrown",

linkerd/service-profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytes = "1"
1717
futures = { version = "0.3", default-features = false }
1818
http = "0.2"
1919
http-body = "0.4"
20-
indexmap = "1.7"
20+
indexmap = "1.8"
2121
linkerd-addr = { path = "../addr" }
2222
linkerd-dns-name = { path = "../dns/name" }
2323
linkerd-error = { path = "../error" }

0 commit comments

Comments
 (0)