aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-02-07 14:45:52 +0100
committerAlex Auvolat <alex@adnab.me>2024-02-07 14:45:52 +0100
commite524e7a30d4d81c84f1c110017ad972dc5617bf6 (patch)
tree446b074e199c47c109fa517e5ec6717c2fe15b5f /Cargo.toml
parentfe48d60d2b63a9914297558bd5dbccae8d96c947 (diff)
downloadgarage-e524e7a30d4d81c84f1c110017ad972dc5617bf6.tar.gz
garage-e524e7a30d4d81c84f1c110017ad972dc5617bf6.zip
[dep-upgrade-202402] rename BytesBody into ErrorBody for clarity
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b47f2e33..1daa9f8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"