diff options
author | Alex <alex@adnab.me> | 2024-01-16 11:33:27 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-16 11:33:27 +0000 |
commit | 707d85f60293099e75e5aa821c0ee66796fdaa5b (patch) | |
tree | 09f2dbdd30f8464c2d1f27532a690a46258aedb9 /src/garage/Cargo.toml | |
parent | d91a1de7315373271bce72088a4c73007f2154e8 (diff) | |
parent | 4c5be79b8015510618ad1df7451c50e3f2659978 (diff) | |
download | garage-707d85f60293099e75e5aa821c0ee66796fdaa5b.tar.gz garage-707d85f60293099e75e5aa821c0ee66796fdaa5b.zip |
Merge pull request 'sync garage v0.9 with garage v0.8' (#657) from sync-08-09 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/657
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 7c3a79cb..4c41c2a1 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -67,6 +67,7 @@ chrono = "0.4" http = "0.2" hmac = "0.12" hyper = { version = "0.14", features = ["client", "http1", "runtime"] } +mktemp = "0.5" sha2 = "0.10" static_init = "1.0" |