diff options
| author | mat <git@matdoes.dev> | 2023-11-06 18:04:48 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-06 18:04:57 -0600 |
| commit | ee55453fbf9a799e23cbca60e384f6adf3d11acf (patch) | |
| tree | 94ffd6b431ade8434d4ed4bf6dbf7126d60d5a2b /azalea-buf/Cargo.toml | |
| parent | 48b5d121718c98c3280e0945508324fc4527beec (diff) | |
| download | azalea-drasl-ee55453fbf9a799e23cbca60e384f6adf3d11acf.tar.xz | |
bevy 0.12
Diffstat (limited to 'azalea-buf/Cargo.toml')
| -rw-r--r-- | azalea-buf/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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"] |
