aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-28 07:57:12 +0100
committerGitHub <noreply@github.com>2024-05-28 07:57:12 +0100
commit43fb9ca7454ce196471f2ddd016bb7a44e3c31a2 (patch)
treea747d679d39d992c8b827b969eeff3e966245a8a /Cargo.toml
parentfeat: support systemd socket activation for daemon (#2039) (diff)
downloadatuin-43fb9ca7454ce196471f2ddd016bb7a44e3c31a2.zip
chore(deps): bump uuid from 1.7.0 to 1.8.0 (#2047)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: uuid 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 4a7709fc..ca570667 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ semver = "1.0.20"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.116"
tokio = { version = "1", features = ["full"] }
-uuid = { version = "1.3", features = ["v4", "v7", "serde"] }
+uuid = { version = "1.8", features = ["v4", "v7", "serde"] }
whoami = "1.5.1"
typed-builder = "0.18.2"
pretty_assertions = "1.3.0"