git.delta.rocks / jrsonnet / refs/commits / 9c1a74452b69

difftreelog

build(deps) bump base64 from 0.12.3 to 0.13.0

dependabot-preview[bot]2020-10-01parent: #a192ebb.patch.diff
in: master
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.12.3...v0.13.0)

2 files changed

modifiedCargo.lockdiffbeforeafterboth
2828
29[[package]]29[[package]]
30name = "base64"30name = "base64"
31version = "0.12.3"31version = "0.13.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"33checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
3434
35[[package]]35[[package]]
36name = "bincode"36name = "bincode"
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
34indexmap = "1.6.0"34indexmap = "1.6.0"
3535
36md5 = "0.7.0"36md5 = "0.7.0"
37base64 = "0.12.3"37base64 = "0.13.0"
38rustc-hash = "1.1.0"38rustc-hash = "1.1.0"
3939
40thiserror = "1.0.20"40thiserror = "1.0.20"