git.delta.rocks / jrsonnet / refs/commits / 9298c7d40cd6

difftreelog

build(deps) bump indexmap from 1.5.1 to 1.6.0

dependabot-preview[bot]2020-09-09parent: #4accdd0.patch.diff
in: master
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.5.1...1.6.0)

2 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -98,12 +98,9 @@
 
 [[package]]
 name = "hashbrown"
-version = "0.8.1"
+version = "0.9.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb"
-dependencies = [
- "autocfg",
-]
+checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
 
 [[package]]
 name = "heck"
@@ -125,9 +122,9 @@
 
 [[package]]
 name = "indexmap"
-version = "1.5.1"
+version = "1.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
+checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
 dependencies = [
  "autocfg",
  "hashbrown",
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
31pathdiff = "0.2.0"31pathdiff = "0.2.0"
3232
33closure = "0.3.0"33closure = "0.3.0"
34indexmap = "1.5.1"34indexmap = "1.6.0"
3535
36md5 = "0.7.0"36md5 = "0.7.0"
37base64 = "0.12.3"37base64 = "0.12.3"