diff --git a/Cargo.lock b/Cargo.lock
index 39068b2..86059a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2443,9 +2443,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
 
 [[package]]
 name = "uuid"
-version = "1.5.0"
+version = "1.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
+checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
 dependencies = [
  "getrandom",
  "serde",
diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml
index b4f02b7..4d53334 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.5", features = ["serde", "v4"] }
+uuid = { version = "1.6", features = ["serde", "v4"] }
 
 [build-dependencies]
 prettyplease = "0.2.15"
diff --git a/example-macro/Cargo.toml b/example-macro/Cargo.toml
index 6de7b6d..ce2848e 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.5", features = ["serde", "v4"] }
+uuid = { version = "1.6", features = ["serde", "v4"] }
diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml
index 5bced34..08a0a4b 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.5", features = ["serde", "v4", "js"] }
+uuid = { version = "1.6", features = ["serde", "v4", "js"] }
 
 [dev-dependencies]
 wasm-bindgen-test = "0.3.37"
diff --git a/progenitor/Cargo.toml b/progenitor/Cargo.toml
index f4c7e74..5b9b1f4 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.5", features = ["serde", "v4"] }
+uuid = { version = "1.6", features = ["serde", "v4"] }