diff --git a/Cargo.toml b/Cargo.toml index 76c31f7..60021a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] members = [ "codegen", "protocol", "tcp", "types", "uri" ] +resolver = "2" diff --git a/tcp/Cargo.toml b/tcp/Cargo.toml index d999330..97c6586 100644 --- a/tcp/Cargo.toml +++ b/tcp/Cargo.toml @@ -29,7 +29,7 @@ version = "=7.1.2" path = "../uri" [dependencies.tcp-stream] -version = "^0.26" +version = "^0.27" default-features = false [dependencies.tracing]