diff --git a/Cargo.lock b/Cargo.lock index f41e4b7..d4e7f83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,9 +1042,9 @@ dependencies = [ [[package]] name = "mktemp" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "975de676448231fcde04b9149d2543077e166b78fc29eae5aa219e7928410da2" +checksum = "4bdc1f74dd7bb717d39f784f844e490d935b3aa7e383008006dbbf29c1f7820a" dependencies = [ "uuid", ] @@ -1877,9 +1877,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "0.8.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index c3bf739..3c3897f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ rustls = "0.20.7" [dev-dependencies] rand = "0.8.5" -mktemp = "0.4.1" \ No newline at end of file +mktemp = "0.5.0" \ No newline at end of file