From 1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 1 May 2023 18:36:40 -0500 Subject: fix conflicts that happen sometimes with serde --- azalea-auth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-auth') diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 0f2c7125..c635d01b 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -18,7 +18,7 @@ reqwest = { version = "0.11.12", default-features = false, features = [ "json", "rustls-tls", ] } -serde = { version = "1.0.152", features = ["derive"] } +serde = { version = "^1.0", features = ["derive"] } serde_json = "1.0.93" thiserror = "1.0.37" tokio = { version = "1.24.2", features = ["fs"] } -- cgit v1.2.3