From a73120351b40bcb678c248623bf6bcc4d08538c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:20:24 +0000 Subject: [PATCH] Bump uuid from 1.8.0 to 1.9.0 (#1133) 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.lock | 4 ++-- Cargo.toml | 2 +- client/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd9c4753..438de13e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5640,9 +5640,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index 8c13e5e5..af0ea962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ trillium-testing = { version = "0.7.0", optional = true } trillium-tokio = "0.4.0" typenum = "1.17.0" url = "2.5.2" -uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] } +uuid = { version = "1.9.0", features = ["v4", "fast-rng", "serde"] } validator = { version = "0.18.1", features = ["derive"] } trillium-opentelemetry = { version = "0.8.0", default-features = false, features = ["metrics"] } opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio", "logs", "metrics"] } diff --git a/client/Cargo.toml b/client/Cargo.toml index 12c2d2e2..dca754fe 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.61" trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" url = { version = "2.5.2", features = ["serde"] } -uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] } +uuid = { version = "1.9.0", features = ["v4", "fast-rng", "serde"] } time = { version = "0.3.36", features = ["serde", "serde-well-known"] } log = "0.4.21" pad-adapter = "0.1.1" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index 7a46a8f1..b2aa2fb3 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -27,7 +27,7 @@ trillium-http = "0.3.14" trillium-rustls = "0.8.0" trillium-tokio = "0.4.0" url = "2.5.2" -uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] } +uuid = { version = "1.9.0", features = ["v4", "fast-rng", "serde"] } sea-orm = { version = "0.12.15", features = ["sqlx-sqlite"] } pretty_assertions = "1.4.0" rand = "0.8.5"