diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-18 17:53:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-18 17:53:36 +0000 |
| commit | d1e29cbcae91ab1558fa5917b179fa63cde5ea59 (patch) | |
| tree | d873f3ddb034c14e19f849d42a93c6195925d69c /Cargo.toml | |
| parent | Switch to using ATUIN_LOG instead of RUST_LOG (#642) (diff) | |
| download | atuin-d1e29cbcae91ab1558fa5917b179fa63cde5ea59.zip | |
Bump base64 from 0.13.0 to 0.20.0 (#641)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.20.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.13.0...v0.20.0)
---
updated-dependencies:
- dependency-name: base64
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ tokio = { version = "1", features = ["full"] } async-trait = "0.1.58" interim = { version = "0.1.0", features = ["chrono"] } cli-table = { version = "0.4", default-features = false } -base64 = "0.13.0" +base64 = "0.20.0" crossbeam-channel = "0.5.1" clap = { version = "4.0.18", features = ["derive"] } clap_complete = "4.0.3" |
