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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-buf/Cargo.toml') 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"] -- cgit v1.2.3