From ee55453fbf9a799e23cbca60e384f6adf3d11acf Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 6 Nov 2023 18:04:48 -0600 Subject: bevy 0.12 --- azalea-buf/Cargo.toml | 6 +++--- azalea-buf/azalea-buf-macros/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'azalea-buf') diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 183c38a7..22b6701d 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -10,11 +10,11 @@ version = "0.8.0" [dependencies] azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.8.0" } -byteorder = "^1.4.3" +byteorder = "^1.5.0" log = "0.4.20" serde_json = { version = "^1.0", optional = true } -thiserror = "1.0.49" -uuid = "^1.4.1" +thiserror = "1.0.50" +uuid = "^1.5.0" [features] serde_json = ["dep:serde_json"] diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index d0151c70..1cb41064 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-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.67" +proc-macro2 = "^1.0.69" quote = "^1.0.33" -syn = { version = "^2.0.37", features = ["extra-traits"] } +syn = { version = "^2.0.39", features = ["extra-traits"] } -- cgit v1.2.3