From 04eaa5c3d01a8f3a599a3a1abf7205eed80df4a2 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 25 Dec 2024 06:16:10 +0000 Subject: remove dependency on bytes crate for azalea-protocol and fix memory leak --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 33f6fcb1..24f832a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,6 @@ bevy_log = "0.15.0" bevy_tasks = "0.15.0" bevy_time = "0.15.0" byteorder = "1.5.0" -bytes = "1.9.0" cfb8 = "0.8.1" chrono = { version = "0.4.39", default-features = false } criterion = "0.5.1" -- cgit v1.2.3