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
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,9 +28,9 @@
 
 [[package]]
 name = "base64"
-version = "0.12.3"
+version = "0.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 
 [[package]]
 name = "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"