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>
This commit is contained in:
dependabot[bot] 2024-05-14 10:07:20 +07:00 committed by GitHub
parent b7f55a7110
commit 7672286814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -212,7 +212,7 @@ dependencies = [
"atuin-history",
"atuin-server",
"atuin-server-postgres",
"base64 0.21.7",
"base64 0.22.1",
"clap",
"clap_complete",
"clap_complete_nushell",
@ -257,7 +257,7 @@ version = "18.2.0"
dependencies = [
"async-trait",
"atuin-common",
"base64 0.21.7",
"base64 0.22.1",
"clap",
"config",
"crypto_secretbox",
@ -362,7 +362,7 @@ dependencies = [
"async-trait",
"atuin-client",
"atuin-common",
"base64 0.21.7",
"base64 0.22.1",
"crossterm",
"directories",
"eyre",
@ -395,7 +395,7 @@ dependencies = [
"atuin-server-database",
"axum 0.7.4",
"axum-server",
"base64 0.21.7",
"base64 0.22.1",
"config",
"eyre",
"fs-err",

View File

@ -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",