From ac66744586880afd657969ae078700a9749e293a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 13 Aug 2025 05:43:13 +0600 Subject: upgrade deps and remove unused deps --- azalea-client/Cargo.toml | 2 +- azalea-client/src/plugins/packet/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-client') diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index b4a4b7ea..1f91a669 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -29,7 +29,7 @@ chrono = { workspace = true, features = ["now"] } derive_more = { workspace = true, features = ["deref", "deref_mut"] } minecraft_folder_path.workspace = true parking_lot.workspace = true -paste.workspace = true +pastey.workspace = true regex.workspace = true reqwest.workspace = true simdnbt.workspace = true diff --git a/azalea-client/src/plugins/packet/mod.rs b/azalea-client/src/plugins/packet/mod.rs index 0abf43cc..c8eff7d6 100644 --- a/azalea-client/src/plugins/packet/mod.rs +++ b/azalea-client/src/plugins/packet/mod.rs @@ -73,7 +73,7 @@ macro_rules! declare_packet_handlers { $handler:ident, [$($packet:path),+ $(,)?] ) => { - paste::paste! { + pastey::paste! { match $packetvar { $( $packetenum::[< $packet:camel >](p) => $handler.$packet(p), -- cgit v1.2.3