From 89549b367b694ae7a5570d5e50975979aa1bceee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:38:37 +0100 Subject: Bump uuid from 0.8.2 to 1.0.0 (#311) * Bump uuid from 0.8.2 to 1.0.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.0.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * patch Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conrad Ludgate --- atuin-client/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index c3a567d8..6736ac29 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -28,7 +28,7 @@ log = "0.4" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.0", features = ["v4"] } whoami = "1.1.2" chrono-english = "0.1.4" config = "0.13" @@ -40,7 +40,6 @@ itertools = "0.10.3" shellexpand = "2" sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", - "uuid", "chrono", "sqlite", ] } -- cgit v1.3.1