From 83ba0bff8b69df79d85f3d1d63ca41ae4f986761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:48:39 +0000 Subject: [PATCH] Bump uuid from 1.21.0 to 1.22.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- example-build/Cargo.toml | 2 +- example-macro/Cargo.toml | 2 +- example-out-dir/Cargo.toml | 2 +- example-wasm/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08f70fde..fec696ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3036,9 +3036,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ "getrandom 0.4.1", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 50c10e01..e6a0ff9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tokio = { version = "1.50.0", features = ["rt", "net"] } typify = { version = "0.6.1" } url = "2.5.8" unicode-ident = "1.0.24" -uuid = { version = "1.21.0", features = ["serde", "v4"] } +uuid = { version = "1.22.0", features = ["serde", "v4"] } #[patch.crates-io] #typify = { path = "../typify/typify" } diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index bf5a8d93..632b741c 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -12,7 +12,7 @@ reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } base64 = "0.22" rand = "0.10" serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.21", features = ["serde", "v4"] } +uuid = { version = "1.22", features = ["serde", "v4"] } [build-dependencies] prettyplease = "0.2.37" diff --git a/example-macro/Cargo.toml b/example-macro/Cargo.toml index 77731c50..da6b6ded 100644 --- a/example-macro/Cargo.toml +++ b/example-macro/Cargo.toml @@ -11,4 +11,4 @@ progenitor = { path = "../progenitor" } reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } schemars = { version = "0.8.22", features = ["uuid1"] } serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.21", features = ["serde", "v4"] } +uuid = { version = "1.22", features = ["serde", "v4"] } diff --git a/example-out-dir/Cargo.toml b/example-out-dir/Cargo.toml index dc8bde2f..2a1c8fd1 100644 --- a/example-out-dir/Cargo.toml +++ b/example-out-dir/Cargo.toml @@ -9,4 +9,4 @@ chrono = { version = "0.4", features = ["serde"] } progenitor = { path = "../progenitor" } reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.20", features = ["serde", "v4"] } +uuid = { version = "1.22", features = ["serde", "v4"] } diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 51d74baa..cc7dfbd5 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -10,7 +10,7 @@ progenitor-client = { path = "../progenitor-client" } reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } base64 = "0.22" serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.21", features = ["serde", "v4", "js"] } +uuid = { version = "1.22", features = ["serde", "v4", "js"] } [dev-dependencies] wasm-bindgen-test = "0.3.64"