aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-14 10:07:20 +0700
committerGitHub <noreply@github.com>2024-05-14 10:07:20 +0700
commit7672286814517a72a5b9cb75b7ea8a42ebcd85e3 (patch)
tree655cd3bbc5c627f424ffdc869f77df4bf70c928c /Cargo.toml
parentchore(deps): bump clap from 4.5.1 to 4.5.4 (#2019) (diff)
downloadatuin-7672286814517a72a5b9cb75b7ea8a42ebcd85e3.zip
chore(deps): bump base64 from 0.21.7 to 0.22.1 (#2017)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8a68dc7..88b17aea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ readme = "README.md"
[workspace.dependencies]
async-trait = "0.1.58"
-base64 = "0.21"
+base64 = "0.22"
log = "0.4"
time = { version = "=0.3.34", features = [
"serde-human-readable",