diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-06 19:23:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-07 15:43:48 +0100 |
commit | 3fcb54e3cf62cdc9ed84751e1f0522ff553ea63c (patch) | |
tree | 7c0eb4ebf106c3e624426bd6569b1c1bb4d20e01 /src/model/Cargo.toml | |
parent | e3333f2ac5d142b6faddc6d54bcf35a0465be4bb (diff) | |
download | garage-3fcb54e3cf62cdc9ed84751e1f0522ff553ea63c.tar.gz garage-3fcb54e3cf62cdc9ed84751e1f0522ff553ea63c.zip |
[sse-c] Remove special case for Content-Type headersse-c
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r-- | src/model/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 33898e20..776671d0 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -27,6 +27,7 @@ blake2.workspace = true chrono.workspace = true err-derive.workspace = true hex.workspace = true +http.workspace = true base64.workspace = true tracing.workspace = true rand.workspace = true |