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
9898
99[[package]]99[[package]]
100name = "hashbrown"100name = "hashbrown"
101version = "0.8.1"101version = "0.9.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb"103checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
104dependencies = [
105 "autocfg",
106]
107104
108[[package]]105[[package]]
109name = "heck"106name = "heck"
125122
126[[package]]123[[package]]
127name = "indexmap"124name = "indexmap"
128version = "1.5.1"125version = "1.6.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"126source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"127checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
131dependencies = [128dependencies = [
132 "autocfg",129 "autocfg",
133 "hashbrown",130 "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"