diff options
| author | mat <git@matdoes.dev> | 2023-12-05 11:06:24 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-05 11:06:24 -0600 |
| commit | ab5f6d598d4dfac6d30303600f550e9265455ca5 (patch) | |
| tree | 4bf0328595eee218f0d43b2cdbabc68103d08ae7 /azalea-protocol | |
| parent | 53d7c1aa9712193a7f18dff813a02b2ddf7a0566 (diff) | |
| download | azalea-drasl-ab5f6d598d4dfac6d30303600f550e9265455ca5.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 4 | ||||
| -rw-r--r-- | azalea-protocol/azalea-protocol-macros/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index f18acbcc..007d37ba 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -34,7 +34,7 @@ byteorder = "^1.5.0" bytes = "^1.5.0" flate2 = "1.0.28" futures = "0.3.29" -futures-lite = "2.0.1" +futures-lite = "2.1.0" futures-util = "0.3.29" tracing = "0.1.40" serde = { version = "^1.0", features = ["serde_derive"] } @@ -45,7 +45,7 @@ tokio-util = { version = "0.7.10", features = ["codec"] } trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [ "tokio-runtime", ] } -uuid = "1.5.0" +uuid = "1.6.1" [features] connecting = [] diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index f463e066..0331caf8 100644 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -11,6 +11,6 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -proc-macro2 = "^1.0.69" +proc-macro2 = "^1.0.70" quote = "^1.0.33" syn = "^2.0.39" |
