aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2023-07-09 19:11:29 -0500
committerGitHub <noreply@github.com>2023-07-09 19:11:29 -0500
commitd1afd02aa84e7b4450c1607277f078eb2a0f1bf3 (patch)
treeefea9bb7ef7f2064f7c963fd88f394fecec6231b /azalea-buf/Cargo.toml
parentea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (diff)
downloadazalea-drasl-d1afd02aa84e7b4450c1607277f078eb2a0f1bf3.tar.xz
Update to Bevy 0.11 (#94)
* update to bevy 0.11 * clippy --------- Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'azalea-buf/Cargo.toml')
-rw-r--r--azalea-buf/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index cbd00bef..1236e865 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -11,10 +11,10 @@ version = "0.7.0"
[dependencies]
azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.7.0" }
byteorder = "^1.4.3"
-log = "0.4.17"
+log = "0.4.19"
serde_json = { version = "^1.0", optional = true }
-thiserror = "1.0.37"
-uuid = "^1.1.2"
+thiserror = "1.0.43"
+uuid = "^1.4.0"
[features]
serde_json = ["dep:serde_json"]