diff options
author | Alex <alex@adnab.me> | 2024-01-15 16:41:50 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-15 16:41:50 +0000 |
commit | 993ce74976cd07eec927460af11fa8328f51206d (patch) | |
tree | f7b5eac5953039e7a6263a8586bec3024192bbc6 /src/garage/Cargo.toml | |
parent | ee7fe27d3d3cc473dcf9a4045b10a957382d4a7b (diff) | |
parent | 97bae7213aa214022b68b65094c3e152826de408 (diff) | |
download | garage-993ce74976cd07eec927460af11fa8328f51206d.tar.gz garage-993ce74976cd07eec927460af11fa8328f51206d.zip |
Merge pull request '0.8.x: config: refactor secret sourcing' (#685) from secret-sourcing into main-0.8.x
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/685
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 35d87a3e..00975738 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" |