diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-07 14:45:52 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-07 14:45:52 +0100 |
commit | e524e7a30d4d81c84f1c110017ad972dc5617bf6 (patch) | |
tree | 446b074e199c47c109fa517e5ec6717c2fe15b5f /Cargo.toml | |
parent | fe48d60d2b63a9914297558bd5dbccae8d96c947 (diff) | |
download | garage-e524e7a30d4d81c84f1c110017ad972dc5617bf6.tar.gz garage-e524e7a30d4d81c84f1c110017ad972dc5617bf6.zip |
[dep-upgrade-202402] rename BytesBody into ErrorBody for clarity
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ httpdate = "1.0" http-range = "0.1" http-body-util = "0.1" hyper = { version = "1.0", features = ["server", "http1"] } -hyper-util = { verion = "0.1", features = [ "full" ]} +hyper-util = { version = "0.1", features = [ "full" ] } multer = "3.0" percent-encoding = "2.2" roxmltree = "0.19" |