diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index ac83eb7c8..ac05af77a 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -21,7 +21,7 @@ bytes.workspace = true console_static_text.workspace = true denokv_proto.workspace = true fastwebsockets = { workspace = true, features = ["upgrade"] } -flate2.workspace = true +flate2 = { workspace = true, features = ["default"] } futures.workspace = true glob.workspace = true h2.workspace = true |