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
before · Cargo.lock
60 packageslockfile v1
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -34,7 +34,7 @@
 indexmap = "1.6.0"
 
 md5 = "0.7.0"
-base64 = "0.12.3"
+base64 = "0.13.0"
 rustc-hash = "1.1.0"
 
 thiserror = "1.0.20"