diff options
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"] |
