summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-11-15 23:22:50 -0500
committerGitHub <noreply@github.com>2024-11-15 23:22:50 -0500
commit48b94c099526eb262287e101a75cb4571b8972b0 (patch)
tree073d15b1d403f4b1172b2a954e0cdf7d1e9fce76 /Cargo.toml
parentdee94473c435b38b2d7829731804ac96e6856d9c (diff)
refactor: use boxed_error in some places (#26887)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36e59eab2..ad63355d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,6 +100,7 @@ async-trait = "0.1.73"
base32 = "=0.5.1"
base64 = "0.21.7"
bencher = "0.1"
+boxed_error = "0.2.2"
brotli = "6.0.0"
bytes = "1.4.0"
cache_control = "=0.2.0"