diff --git a/Cargo.lock b/Cargo.lock index d52d71104..583f7d00f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6493,9 +6493,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5" +checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index 0d4847ccc..b927c76b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ trillium-testing = "0.6.1" trillium-tokio = "0.4.0" trycmd = "0.15.2" url = { version = "2.5.2", features = ["serde"] } -uuid = { version = "1.9.0", features = ["v4"] } +uuid = { version = "1.9.1", features = ["v4"] } wait-timeout = "0.2.0" zstd = "0.13"