aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7e512fbd..111052c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",