diff options
-rw-r--r-- | .bleep | 2 | ||||
-rw-r--r-- | pingora-core/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -c9b2323f5cb8843bd0c24c82df577cd7a419ff6d
\ No newline at end of file +46b4788e5c9c00dfaa327800b22cb84c8f695b5c
\ No newline at end of file diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 713bb75..cb9f741 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -56,7 +56,7 @@ sentry = { version = "0.26", features = [ regex = "1" percent-encoding = "2.1" parking_lot = { version = "0.12", features = ["arc_lock"] } -socket2 = { version = "0", features = ["all"] } +socket2 = { version = ">=0.4, <1.0.0", features = ["all"] } flate2 = { version = "1", features = ["zlib-ng"], default-features = false } sfv = "0" rand = "0.8" |