difftreelog
build(deps) bump base64 from 0.12.3 to 0.13.0
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
Cargo.lockdiffbeforeafterboth282829[[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"343435[[package]]35[[package]]36name = "bincode"36name = "bincode"crates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth34indexmap = "1.6.0"34indexmap = "1.6.0"353536md5 = "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"393940thiserror = "1.0.20"40thiserror = "1.0.20"