diff --git a/Cargo.lock b/Cargo.lock index 7212c60..3339855 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "ptth_server" -version = "1.1.0" +version = "1.2.0" dependencies = [ "aho-corasick", "always_equal", diff --git a/crates/ptth_server/Cargo.toml b/crates/ptth_server/Cargo.toml index 857712a..537803f 100644 --- a/crates/ptth_server/Cargo.toml +++ b/crates/ptth_server/Cargo.toml @@ -27,7 +27,7 @@ percent-encoding = "2.1.0" pulldown-cmark = "0.8.0" rand = "0.8.3" regex = "1.4.1" -reqwest = { version = "0.11.1", features = [] } +reqwest = { version = "0.11.1", features = ["stream"] } rmp-serde = "0.14.4" rusty_ulid = "0.10.1" serde = {version = "1.0.117", features = ["derive"]}