diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-11 20:00:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-11 20:00:02 +0200 |
commit | 51abbb02d8b77529c2e3db079d527d0f28c737bc (patch) | |
tree | 5dbc1611f968214ba103c73cd0cf2cc966696eef /src/util/Cargo.toml | |
parent | ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6 (diff) | |
parent | 2548a247f22a6404a2f447e9f9c47fe18e10f67a (diff) | |
download | garage-51abbb02d8b77529c2e3db079d527d0f28c737bc.tar.gz garage-51abbb02d8b77529c2e3db079d527d0f28c737bc.zip |
Merge branch 'main' into next
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 00dae4d1..2efb0270 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -20,6 +20,7 @@ arc-swap = "1.0" async-trait = "0.1" blake2 = "0.10" bytes = "1.0" +bytesize = "1.2" digest = "0.10" err-derive = "0.3" hexdump = "0.1" |