aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-13 12:50:02 +0100
committerGitHub <noreply@github.com>2022-04-13 12:50:02 +0100
commit5b2e828c7f52a5ab483414a9f5e9e10a4d5f437f (patch)
tree21d2457bd044b49b1e7220543de50cad005a7da0 /atuin-client
parentBump urlencoding from 1.3.3 to 2.1.0 (#208) (diff)
downloadatuin-5b2e828c7f52a5ab483414a9f5e9e10a4d5f437f.zip
Bump directories from 3.0.2 to 4.0.1 (#246)
Bumps [directories](https://github.com/soc/directories-rs) from 3.0.2 to 4.0.1. - [Release notes](https://github.com/soc/directories-rs/releases) - [Commits](https://github.com/soc/directories-rs/commits) --- updated-dependencies: - dependency-name: directories dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-client')
-rw-r--r--atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index dd5da205..b25e667e 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -16,7 +16,7 @@ atuin-common = { path = "../atuin-common", version = "0.8.1" }
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }
eyre = "0.6"
-directories = "3"
+directories = "4"
uuid = { version = "0.8", features = ["v4"] }
whoami = "1.1.2"
chrono-english = "0.1.4"