From 90e8ef50448c0d0c0dc6fb03dbdb52097a42d360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:41:49 +0000 Subject: [PATCH] Bump uuid from 1.10.0 to 1.11.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 42adfc9f..2384940d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5617,9 +5617,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index b1735fc0..ba798125 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.10.0", features = ["v4", "fast-rng", "serde"] } +uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] } validator = { version = "0.18.1", features = ["derive"] } trillium-opentelemetry = { version = "0.9.0", default-features = false, features = ["metrics"] } opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio", "logs", "metrics"] } diff --git a/client/Cargo.toml b/client/Cargo.toml index f8c16ee2..cfb6ae7c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.64" trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" url = { version = "2.5.2", features = ["serde"] } -uuid = { version = "1.10.0", features = ["v4", "fast-rng", "serde"] } +uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] } time = { version = "0.3.36", features = ["serde", "serde-well-known"] } log = "0.4.22" pad-adapter = "0.1.1" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index cc670c13..39170853 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -27,7 +27,7 @@ trillium-http = "0.3.14" trillium-rustls = "0.8.1" trillium-tokio = "0.4.0" url = "2.5.2" -uuid = { version = "1.10.0", features = ["v4", "fast-rng", "serde"] } +uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] } sea-orm = { version = "1.0.1", features = ["sqlx-sqlite"] } pretty_assertions = "1.4.1" rand = "0.8.5"