From dfdc3144b61b6750ad62fb493b7c00c6c820c90b Mon Sep 17 00:00:00 2001 From: Shayne Hartford Date: Sat, 23 Nov 2024 03:29:30 -0500 Subject: Update and merge the dependencies (#187) * Add rust rover to .gitignore * Fold dependency feature lists * Sort dependencies alphabetically * Update dependencies * Upgrade dependencies * Comment out unused dependencies * Nightly is broken right now :) * Fix conflict with derive_more * cargo autoinherit to merge dependencies * Fix clippy lints --- azalea-language/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'azalea-language') diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 06d1240a..4fdda48c 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -9,7 +9,7 @@ version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -once_cell = "1.19.0" -serde = "^1.0" -serde_json = "^1.0.120" -# tokio = {version = "^1.21.2", features = ["fs"]} +once_cell = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } +#tokio = { workspace = true, features = ["fs"] } -- cgit v1.2.3