From c065b2c4db6d324006703f94dae5c920a759b964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:57:53 -0700 Subject: [PATCH] Bump uuid from 1.4.1 to 1.5.0 (#613) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.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 ++-- example-build/Cargo.toml | 2 +- example-macro/Cargo.toml | 2 +- example-wasm/Cargo.toml | 2 +- progenitor/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5115a0..c2ca029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2498,9 +2498,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" dependencies = [ "getrandom", "serde", diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index a843ff1..b4f02b7 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -11,7 +11,7 @@ reqwest = { version = "0.11.22", features = ["json", "stream"] } base64 = "0.21" rand = "0.8" serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.4", features = ["serde", "v4"] } +uuid = { version = "1.5", features = ["serde", "v4"] } [build-dependencies] prettyplease = "0.2.15" diff --git a/example-macro/Cargo.toml b/example-macro/Cargo.toml index 6a99b19..6de7b6d 100644 --- a/example-macro/Cargo.toml +++ b/example-macro/Cargo.toml @@ -10,4 +10,4 @@ progenitor = { path = "../progenitor" } reqwest = { version = "0.11.22", features = ["json", "stream"] } schemars = { version = "0.8.12", features = ["uuid1"] } serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.4", features = ["serde", "v4"] } +uuid = { version = "1.5", features = ["serde", "v4"] } diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 80e00da..5bced34 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -9,7 +9,7 @@ progenitor-client = { path = "../progenitor-client" } reqwest = { version = "0.11.22", features = ["json", "stream"] } base64 = "0.21" serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.4", features = ["serde", "v4", "js"] } +uuid = { version = "1.5", features = ["serde", "v4", "js"] } [dev-dependencies] wasm-bindgen-test = "0.3.37" diff --git a/progenitor/Cargo.toml b/progenitor/Cargo.toml index 7a495ee..a48fb6c 100644 --- a/progenitor/Cargo.toml +++ b/progenitor/Cargo.toml @@ -25,4 +25,4 @@ regress = "0.7.1" reqwest = { version = "0.11.22", features = ["json", "stream"] } schemars = { version = "0.8.12", features = ["uuid1"] } serde = { version = "1.0", features = ["derive"] } -uuid = { version = "1.4", features = ["serde", "v4"] } +uuid = { version = "1.5", features = ["serde", "v4"] }