From 657a7a6f517a4af6eb69392a5778cae6534b9849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:38:48 +0100 Subject: chore(deps): bump uuid from 1.8.0 to 1.9.0 (#2181) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27d656a4..f7723a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,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.8", features = ["v4", "v7", "serde"] } +uuid = { version = "1.9", features = ["v4", "v7", "serde"] } whoami = "1.5.1" typed-builder = "0.18.2" pretty_assertions = "1.3.0" -- cgit v1.3.1