aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-01-23 22:13:07 +0000
committerJonathan Davies <jpds@protonmail.com>2023-01-26 11:13:11 +0000
commitfbafa76284e35b11b3862c1b8aa7ba85939799d9 (patch)
treeff34c027f2800e35953daf5307d94c1b1b32cc9f /Cargo.lock
parent63e22e71f27d5ad26ffe48361abfc96090c97c28 (diff)
downloadgarage-fbafa76284e35b11b3862c1b8aa7ba85939799d9.tar.gz
garage-fbafa76284e35b11b3862c1b8aa7ba85939799d9.zip
{db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b433089f..80c92829 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2171,9 +2171,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",
]
@@ -4076,9 +4076,9 @@ dependencies = [
[[package]]
name = "uuid"
-version = "0.8.2"
+version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
+checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
dependencies = [
"getrandom",
]