1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-08 03:20:48 +00:00

build(deps): bump indexmap from 1.6.1 to 1.6.2

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.6.1...1.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-08 05:30:08 +00:00
parent 6fa3068d0a
commit 1ff773b913
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -695,9 +695,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.6.1"
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
dependencies = [
"autocfg",
"hashbrown",

View File

@ -61,7 +61,7 @@ term_size = "0.3.2"
quick-xml = "0.22.0"
rand = "0.8.3"
serde = { version = "1.0.123", features = ["derive"] }
indexmap = "1.6.1"
indexmap = "1.6.2"
notify-rust = { version = "4.3.0", optional = true }
semver = "0.11.0"
which = "4.0.2"