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
before · Cargo.lock
60 packageslockfile v1
after · Cargo.lock
60 packageslockfile v1
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -31,7 +31,7 @@
 pathdiff = "0.2.0"
 
 closure = "0.3.0"
-indexmap = "1.5.1"
+indexmap = "1.6.0"
 
 md5 = "0.7.0"
 base64 = "0.12.3"