summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-18 09:29:49 +0000
committerGitHub <noreply@github.com>2022-12-18 09:29:49 +0000
commit00e16379d5baf7fd20c7a800efc7b7faac9b0a1f (patch)
tree0617b4dd002508dbc2cd3b2bea291b05ccd0f60d
parentf31d854772156134512bfb43831caaeadf91e2b6 (diff)
Update uuid requirement from 0.8 to 1.2
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.0...1.2.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 503030b..52eef1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ chrono = "0.4"
serde = "1"
serde_derive = "1"
serde_json = "1"
-uuid = { version = "0.8", features = ["serde", "v4"] }
+uuid = { version = "1.2", features = ["serde", "v4"] }
log = "0.4"
derive_builder = "0.9.0"
failure = "0.1"