diff --git a/contained/Cargo.toml b/contained/Cargo.toml index 64b864d..6d6442b 100644 --- a/contained/Cargo.toml +++ b/contained/Cargo.toml @@ -64,7 +64,7 @@ features = [ "macros", "tokio" ] -version = "0.51.1" +version = "0.52.3" [dev-dependencies] diff --git a/net/Cargo.toml b/net/Cargo.toml index 88bac35..2889e6d 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -57,7 +57,7 @@ features = [ "tokio", "yamux" ] -version = "0.51.1" +version = "0.52.3" [dev-dependencies] tokio.workspace = true